/* ===================================================================
   ESTILOS GENERALES Commit: 22-10-2025
   =================================================================== */

  .carousel-pasos-step-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    align-items: center;
  }

  .carousel-step-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px 4px 8px;
    font-size: 10px;
    background: #957afb;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    text-align: center;
    line-height: 1.2;
  }

  .carousel-step-btn.active {
    background: #fff;
    color: #957afb;
    border: 1px solid #fff;
  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: black;
}

.container {
  margin: 0 auto;
}

.bloque_normal {
  display: block;
  text-align: center;
}

.bloque_movil {
  display: none;
}

.hidden {
  display: none !important;
}

.underline--magical {
  background-image: linear-gradient(120deg, #b199fc 0%, #957afb 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 105%;
  font-style: italic;
  transition: background-size 0.25s ease-in;
  &:hover {
    background-size: 100% 88%;
  }
}

/* NAVBAR */

.color {
  position: absolute !important;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #000 !important;
  border-color: #000 !important;
}

.myNavbar {
  background: transparent !important;
  border-color: transparent !important;
  opacity: 0.9;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

/* BOTONES GENERALES */

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  animation: fadeInUp 1s ease 0.6s both;
}

.btn {
  padding: 12px 40px 10px 40px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: transparent;
  border: 2px solid white;
  color: white;
  outline: none;
}

.btn-primary:hover {
  background: white;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.btn-primary:active,
.btn-primary:visited {
  text-decoration: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: 0 0 0 3px rgba(149, 122, 251, 0.4);
}

.btn-secondary {
  background: white;
  border: 2px solid white;
  color: #000;
  outline: none;
}

.btn-secondary:hover {
  background: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.btn-secondary:active,
.btn-secondary:visited {
  text-decoration: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(149, 122, 251, 0.4);
}

/* ICONOS GENERALES */

.icon {
  width: 48px;
  height: 48px;
  background-color: #957afb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.icon img {
  width: 24px;
  height: 24px;
}

/* ===================================================================
   SECCIÓN 1 - HERO / LANDING
   =================================================================== */

.fondo_gradient {
  background: linear-gradient(180deg, #000000 0%, #1a0a2e 65%, #957afb 100%);
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  color: white;
}

.logo {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  animation: fadeInDown 1s ease;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 1s ease 0.2s both;
}

.subtitle {
  font-size: 18px;
  color: #b8b8b8;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
  font-weight: 300;
  animation: fadeInUp 1s ease 0.4s both;
}

.title,
.title div span {
  display: inline-block;
  text-align: left;
}

.title {
  position: relative;
}

.title .text {
  overflow: hidden;
  width: 0%;
  margin-top: 8px;
}

.title .text span {
  white-space: nowrap;
}

.cursor {
  font-weight: bold;
  color: #fff;
  animation: parpadeo 0.7s infinite;
  margin-left: -8px;
}

.mockup-container {
  position: relative;
  height: 700px;
  animation: fadeIn 1.5s ease 0.8s both;
}

.url-badge {
  position: absolute;
  top: 8%;
  left: 72%;
  transform: translateX(-50%);
  background: white;
  color: #4c6ef5;
  padding: 11px 30px 7px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: slideDown 1s ease 1s both;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.url-badge::before {
  content: "🔗";
  font-size: 20px;
}

.card {
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: float 6s ease-in-out infinite !important;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.card-purple {
  width: 18% !important;
  height: auto !important;
  left: 25%;
  top: 100px;
  animation: floatLeft 8s ease-in-out infinite !important;
  z-index: 5;
  pointer-events: none;
}

.card-brown {
  width: 18% !important;
  height: auto !important;
  left: 21%;
  top: 35%;
  animation: floatRight 7s ease-in-out infinite !important;
  z-index: 4;
  pointer-events: none;
}

.card-green {
  width: 18% !important;
  height: auto !important;
  left: 14%;
  top: 55%;
  bottom: 20px;
  animation: floatLeft 9s ease-in-out infinite !important;
  z-index: 3;
  pointer-events: none;
}

.center-image {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 560px;
  border-radius: 30px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  animation: float 5s ease-in-out infinite;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.yoga-photo {
  width: 30%;
  height: 60%;
}

.phone-left {
  position: absolute;
  left: 69%;
  top: 60%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 19%;
  height: 60%;
  border-radius: 35px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  animation: floatPhoneLeft 7s ease-in-out infinite;
  z-index: 6;
  pointer-events: none;
}

.phone-right {
  position: absolute;
  right: 15%;
  top: 33%;
  transform: translateY(-50%);
  width: 18%;
  height: 34%;
  border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  animation: floatPhoneRight 6s ease-in-out infinite;
  z-index: 7;
  pointer-events: none;
}

/* ===================================================================
   SECCIÓN 2 - VIDEO
   =================================================================== */

.seccion_normal_2 {
  padding: 100px 0px;
}

.seccion_normal_2 i {
  color: #fff;
  opacity: 0.55;
}

.background_seccion2 {
  border-radius: 35px;
  margin: 100px 0px 0px 0px;
  pointer-events: none;
  width: 89%;
}

.btn-secondary-sec2 {
  background: #957afb;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 50px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  height: auto;
  transition: all 0.3s ease;
}

.btn-secondary-sec2:hover {
  background: #fff;
  color: #957afb;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  border: 2px solid #957afb;
  text-decoration: none;
}

.btn-secondary-sec2:active,
.btn-secondary-sec2:visited {
  text-decoration: none;
}

.btn-secondary-sec2:focus,
.btn-secondary-sec2.focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(149, 122, 251, 0.4);
  border: 2px solid #fff;
}

/* ===================================================================
   SECCIÓN 3 - BENEFICIOS / FEATURES
   =================================================================== */

.seccion_normal_3 {
  padding: 0px 0px 100px 0px;
}

.titulo_beneficios {
  color: #957afb;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 1s ease 0.4s both;
}

.titulo_beneficios_cursiva {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeInUp 1s ease 0.4s both;
  font-weight: normal;
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  transition: all 0.3s ease;
}

.feature-card .icon {
  width: 48px;
  height: 48px;
  background-color: #957afb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #957afb;
  margin: 0;
}

.feature-card p {
  font-size: 14px;
  color: #dcdcdc;
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #957afb;
  box-shadow: 0 10px 30px rgba(157, 142, 238, 0.4);
}

.feature-card:hover .icon {
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(157, 142, 238, 0.5);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1016px;
  margin: 0 auto;
  padding: 20px 0px 0px 0px;
}

.carrousel_beneficios {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carrousel_beneficios .info-card {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
  min-height: 550px;
}

.carrousel_beneficios .info-card.active {
  display: flex;
  flex-direction: column;
}

.carousel-controls {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

.carousel-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #957afb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-arrow:hover {
  background-color: #957afb;
  transform: scale(1.1);
}

.carousel-arrow:hover svg path {
  stroke: #fff;
}

.carousel-arrow svg {
  width: 35px;
  height: 35px;
}

.carousel-arrow svg path {
  stroke: #957afb;
  transition: stroke 0.3s ease;
}

.carousel-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  border-color: #ccc;
}

.carousel-arrow.disabled svg path {
  stroke: #ccc;
}

.info-card {
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 32px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.info-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #957afb;
  margin: 0 0 16px 0;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.info-card p {
  font-size: 16px;
  color: #dcdcdc;
  line-height: 1.7;
  margin: 0;
  font-weight: 300;
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(157, 142, 238, 0.4);
}

.info-card:hover h3 {
  transform: translateX(5px);
  color: #fff;
}

.card-image {
  transition: transform 0.6s ease-out;
}

.info-card:hover .card-image {
  transform: scale(1.08);
}

.grid_screen1 {
  width: 92%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid_screen2 {
  width: 65%;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid_screen3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid_screen4 {
  width: 47%;
  margin-top: 65px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ===================================================================
   SECCIÓN 4 - TABS / PORTAL MIEMBROS
   =================================================================== */

.seccion_normal_4 {
  padding: 20px 0px 120px 0px;
}

.tabs-wrapper {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 40px auto;
  padding: 20px;
}

.wrapper-3,
.wrapper-2 {
  display: none;
}

.wrapper-2 .main-container,
.wrapper-3 .main-container {
  display: grid !important;
}

.tab-buttons {
  display: flex;
  gap: 12px;
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #957afb;
  border-radius: 15px;
  width: 33.333333%;
  text-align: left;
  margin-bottom: 10px;
}

.tab-button:not(.active):hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(157, 142, 238, 0.4);
}

.tab-button svg {
  width: 35px;
  height: 35px;
  fill: #8a63f5;
  transition: all 0.3s ease;
}

.tab-button:not(.active):hover svg {
  transform: scale(1.3);
}

.tab-button.active {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-bottom: 25px;
  width: 33.333333%;
  background-color: #957afb;
  color: #fff;
  margin-bottom: 0px;
}

.tab-button.active svg {
  fill: #fff;
}

.tab-content-wrapper-1 {
  background-color: #957afb;
  border-radius: 30px;
  border-top-left-radius: 0px;
  min-height: 300px;
}

.tab-content-wrapper-2 {
  background-color: #957afb;
  border-radius: 30px;
  min-height: 300px;
}

.tab-content-wrapper-3 {
  background-color: #957afb;
  border-radius: 30px;
  border-top-right-radius: 0px;
  min-height: 300px;
}

.content-pane {
  display: none;
}

.content-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.content-pane h2 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.content-pane span {
  color: #fff;
  font-size: 14px;
}

.content-pane > p {
  font-size: 18px;
  color: #4a4a68;
  max-width: 550px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.content-center img,
.step-description {
  transition: opacity 0.3s ease;
}

.content-pane-title {
  text-align: center;
}

.content-pane-subtitle {
  text-align: center;
}

.content-pane-subtitle span {
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 25px;
  background-color: #000;
}

.content-pane-content {
  text-align: center;
  color: #fff;
  font-size: 18px;
  max-width: 750px;
  margin-top: 40px;
}

.content-pane-content-container {
  display: flex;
  justify-content: center;
}

.content-pane-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-pane-image img {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 80px;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.content-pane-dots-container {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.content-pane-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #957afb;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content-pane-dot.active {
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.2);
}

.content-pane-dot:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}

.separator {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 80px;
  font-style: italic;
  color: #957afb;
  padding: 5px;
}

.title-container {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 50px;
}

.main-container {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 35px;
}

.wrapper-1 .main-container,
.wrapper-2 .main-container,
.wrapper-3 .main-container {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 35px;
}

.left-section {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
}

.menu-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #fff;
}

.menu-button {
  background-color: #957afb;
  color: white;
  border: none;
  padding: 16px 5px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-button.active {
  background-color: #fff;
  color: #957afb;
}

.menu-box .menu-button:first-child {
  border-bottom: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-box .menu-button:last-child {
  border-top: 1px solid #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.center-section {
  display: flex;
  justify-content: center;
}

.content-center {
  display: flex;
  justify-content: center;
}

#ingreso-center-w2,
#clases-center-w2,
#cancelar-center-w2,
#ingreso-center-w3,
#clases-center-w3,
#cancelar-center-w3 {
  display: flex;
  justify-content: center;
}

.phone-mockup {
  width: 320px;
  height: 650px;
  position: relative;
  z-index: 1;
  background-image: none;
}

.phone-mockup::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url(../img/img_fx_studio/white_circle.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150%;
  padding-bottom: 250%;
  height: 0;
  border-radius: 50%;
}

.phone-mockup img {
  width: 70%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}

.right-section {
  color: white;
  text-align: center;
  margin-top: 1.5em;
}

.content-right {
  color: white;
  text-align: center;
}

.steps {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.step-number {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.step-number:hover {
  transform: scale(1.15);
}

.step-number.active {
  background-color: white;
  color: #957afb;
}

.step-description {
  font-size: 16px;
  text-align: left;
  max-width: 300px;
}

.cancelar-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  align-items: flex-start;
}

.btn-cancelar {
  padding: 8px 16px;
  border: 1px solid #ffffff;
  background: #957afb;
  color: #ffffff;
  border-radius: 6px;
  font-family: "Touche", sans-serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  width: 245px;
}

.btn-cancelar:hover {
  background: rgba(255, 255, 255, 0.36);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.3);
}

.btn-cancelar.active {
  background: #ffff;
  color: #957afb;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.2);
}

.clases-step1-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  align-items: flex-start;
}

.btn-clases-step1 {
  padding: 8px 16px;
  border: 1px solid #ffffff;
  background: #957afb;
  color: #ffffff;
  border-radius: 6px;
  font-family: "Touche", sans-serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  width: 245px;
}

.btn-clases-step1:hover {
  background: rgba(255, 255, 255, 0.36);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.3);
}

.btn-clases-step1.active {
  background: #ffff;
  color: #957afb;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.2);
}

.clases-step2-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  align-items: flex-start;
}

.btn-clases-step2 {
  padding: 8px 16px;
  border: 1px solid #ffffff;
  background: #957afb;
  color: #ffffff;
  border-radius: 6px;
  font-family: "Touche", sans-serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  width: 255px;
}

.btn-clases-step2:hover {
  background: rgba(255, 255, 255, 0.36);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.3);
}

.btn-clases-step2.active {
  background: #ffff;
  color: #957afb;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.2);
}

.clases-step3-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  align-items: flex-start;
}

.btn-clases-step3 {
  padding: 8px 16px;
  border: 1px solid #ffffff;
  background: #957afb;
  color: #ffffff;
  border-radius: 6px;
  font-family: "Touche", sans-serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  width: 245px;
}

.btn-clases-step3:hover {
  background: rgba(255, 255, 255, 0.36);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.3);
}

.btn-clases-step3.active {
  background: #ffff;
  color: #957afb;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(149, 122, 251, 0.2);
}

#img-cancelar,
#img-clases,
#img-ingreso,
#img-cancelar-w2,
#img-clases-w2,
#img-ingreso-w2,
#img-cancelar-w3,
#img-clases-w3,
#img-ingreso-w3,
#desc-cancelar,
#desc-clases,
#desc-ingreso,
#desc-cancelar-w2,
#desc-clases-w2,
#desc-ingreso-w2,
#desc-cancelar-w3,
#desc-clases-w3,
#desc-ingreso-w3 {
  transition: opacity 0.3s ease;
}

/* ===================================================================
   SECCIÓN 5 - LISTA DE ESPERA
   =================================================================== */

.seccion_normal_5 {
  background-color: #0f0f0f;
  padding: 50px 0;
  align-content: center;
}

.container-lista-espera {
  max-width: 1000px;
}

.seccion-lista-espera {
  padding: 80px 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.lista-espera-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
}

.lista-espera-content {
  padding-left: 60px;
  text-align: right;
}

.lista-espera-tag {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

.lista-espera-title {
  font-size: 72px;
  font-weight: 900;
  color: #957afb;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-top: 0px;
}

.lista-espera-description {
  font-size: 18px;
  line-height: 1.4;
  color: #e0e0e0;
  font-weight: 300;
  font-style: italic;
  max-width: 550px;
}

.lista-espera-mockup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-image-container {
  position: relative;
  animation: floatPhone 6s ease-in-out infinite;
  justify-items: center;
}

.phone-image {
  width: 75%;
  height: auto;
  display: block;
  border-radius: 40px;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.8);
}

.image-navigator-dots {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.nav-dot-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgba(149, 122, 251, 0.4);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.nav-dot-image:hover {
  border-color: rgba(149, 122, 251, 0.7);
  transform: scale(1.2);
}

.nav-dot-image.active {
  background: #957afb;
  border-color: #957afb;
  box-shadow: 0 0 20px rgba(149, 122, 251, 0.7);
}

.lista-espera-description-movil{
  text-align: center;
}

.lista-espera-description-movil-separator {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px 0 0px 0;
}

.lista-espera-description-movil span{
  font-size: 14px;
  color: #fff;
}
/* ===================================================================
   SECCIÓN 6 - NOTIFICACIONES
   =================================================================== */

.seccion_normal_6 {
  position: relative;
  align-content: center;
  padding: 180px 0;
}

.phone-container {
  border-radius: 40px;
  background: linear-gradient(to bottom, #000 30%, #957afb 90%);
  background-size: 100% 200%;
  animation: movimientoFondo 10s ease-in-out infinite alternate;
  padding: 40px;
}

.phone-container img {
  justify-items: center;
  width: 90%;
}

.seccion-6-content {
  width: 45%;
  line-height: 0.8;
}

.seccion-6-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.seccion-6-content-title {
  font-size: 35px;
  text-align: center;
  color: #957afb;
}

.seccion-6-content-subtitle {
  font-size: 35px;
  font-style: italic;
  text-align: right;
}

.seccion-6-content-description-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.seccion-6-content-description {
  text-align: center;
  color: #fff;
  font-size: 22px;
  max-width: 570px;
  line-height: 1.1;
}

/* ===================================================================
   SECCIÓN 7 - PANEL DE CONTROL
   =================================================================== */

.seccion_normal_7 {
  position: relative;
  align-content: center;
  padding: 100px 0 150px 0;
}

.member-tabs-container {
  background: #957afb;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  gap: 10px;
  margin: 40px auto 30px auto;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
  max-width: 870px;
}

.member-tab-btn {
  flex: 1;
  padding: 8px 15px 4px 15px;
  border: none;
  background: transparent;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.member-tab-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.member-tab-btn:hover::before {
  width: 300px;
  height: 300px;
}

.member-tab-btn.member-tab-active {
  background: white;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.member-tab-btn:hover:not(.member-tab-active) {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.member-tab-btn:active {
  transform: scale(0.98);
}

.member-content-wrapper img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 95% !important;
  max-width: 95% !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

.member-tab-content {
  display: none;
  animation: memberFadeIn 0.5s ease;
}

.member-tab-content.member-tab-active {
  display: block;
}

.footer-text {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  margin-top: 15px;
}

.title-panel-control span {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-top: 0px;
  border: 1px solid #fff;
  padding: 15px 40px 10px 40px;
  border-radius: 35px;
}

.title-panel-control-description {
  margin-top: 40px;
}

.title-panel-control-description span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-style: italic;
}

/* ===================================================================
   SECCIÓN 8 - CAMPAÑAS
   =================================================================== */

.seccion_normal_8 {
  align-content: center;
  margin-top: 3em;
  background: #0f0f0f;
  padding: 120px 0 300px 0;
}

.sec8-col-left {
  line-height: 1.2;
}

.sec8-header-text {
  padding-left: 0;
  text-align: left;
}

.sec8-title-fiweex {
  color: #fff;
  padding-left: 0;
}

.sec8-title-fiweex-text {
  font-size: 55px;
}

.sec8-subtitle-top {
  color: #fff;
  margin-top: 0.7em;
  padding-left: 0;
  text-align: left;
}

.sec8-small-text {
  font-size: 13px;
}

.sec8-highlight-text {
  color: #957afb;
  font-weight: bold;
}

.sec8-title-campañas {
  color: #fff;
  padding-left: 0;
  margin-top: -0.5em;
  text-align: left;
}

.sec8-image-container {
  position: relative;
  margin-top: 1em;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.sec8-main-image {
  width: 55%;
  border-radius: 15px;
}

.sec8-button-position {
  position: absolute;
  right: 30%;
  top: 50%;
}

.sec8-icon-arrow {
  color: #fff;
  margin-left: 5px;
}

.sec8-subtitle-bottom {
  color: #fff;
  margin-top: 2em;
  padding-left: 0;
  text-align: left;
}

.sec8-col-right {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 65px;
  padding: 35px;
  height: 500px;
}

.sec8-icon-center {
  text-align: center;
}

.sec8-icon-full-width {
  width: 100%;
}

.sec8-features-text {
  color: #fff;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

.sec8-celular-width {
  width: 45% !important;
}

.texto-con-borde {
  color: transparent;
  -webkit-text-stroke: 2px #957afb;
  text-stroke: 2px #957afb;
  font-size: 3em;
}

.boton-empezar {
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #808080;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.boton-empezar:hover {
  transform: translateY(-50%) scale(1.2);
}

.icon-container-camp img {
  width: 95%;
  transition: transform 0.2s ease-in-out, margin 0.2s ease-in-out;
}

.icon-container-camp img:hover {
  transform: scale(1.2);
}

.contenedor-celulares-vertical {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.celular-v {
  position: absolute;
  max-width: 280px;
  height: auto;
  transition: transform 1.2s ease-in-out;
}

.posicion-izquierda-v {
  transform: translateX(-45%) translateY(-15%) scale(0.9);
  z-index: 1;
}

.posicion-derecha-v {
  transform: translateX(45%) scale(1);
  z-index: 2;
}

/* ===================================================================
   SECCIÓN 9 - PRECIOS
   =================================================================== */

.seccion_normal_9 {
  padding: 160px 0px 150px 0px;
}

.pricing-section-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pricing-section-wrapper {
  background-color: #000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.pricing-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.pricing-section-subtitle {
  font-size: 2rem;
  font-style: italic;
  color: #fff;
  font-weight: 300;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 8px;
}

.pricing-card-item {
  background: linear-gradient(
    to bottom,
    rgba(149, 122, 251, 0.2) 0%,
    #957afb 100%
  );
  border-radius: 30px;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  will-change: transform;
}

.pricing-card-item:hover {
  transform: scale(1.03);
  border: 1px solid #957afb;
  box-shadow: 0 10px 30px rgba(157, 142, 238, 0.4);
}

.pricing-card-range {
  font-size: 2.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.5;
}

.pricing-card-label {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-card-divider {
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}

.pricing-card-amount {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.pricing-card-period {
  font-size: 1.5rem;
  font-weight: 400;
}

.pricing-card-button {
  background-color: white;
  color: #000;
  padding: 10px 20px 6px 20px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  outline: none;
}

.pricing-card-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(149, 122, 251, 0.4);
}

.pricing-card-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #000;
}

.pricing-card-button::after {
  content: "↗";
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.pricing-card-button:hover::after {
  transform: translate(3px, -3px);
}

.pricing-card-button:active,
.pricing-card-button:visited {
  text-decoration: none;
  color: #000;
}

/* ===================================================================
   ANIMACIONES
   =================================================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-20px);
  }
}

@keyframes floatLeft {
  0%,
  100% {
    transform: translateY(0px) rotate(-3deg);
  }
  50% {
    transform: translateY(-25px) rotate(2deg);
  }
}

@keyframes floatRight {
  0%,
  100% {
    transform: translateY(0px) rotate(3deg);
  }
  50% {
    transform: translateY(-20px) rotate(-2deg);
  }
}

@keyframes floatPhoneLeft {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-8deg) translateY(0px);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-8deg) translateY(-15px);
  }
}

@keyframes floatPhoneRight {
  0%,
  100% {
    transform: translateY(-50%) rotate(0deg) translateX(0px);
  }
  50% {
    transform: translateY(-50%) rotate(-1deg) translateX(-10px);
  }
}

@keyframes parpadeo {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes movimientoFondo {
  0% {
    background-position: 0% 0%;
  }
  55% {
    background-position: 0% 55%;
  }
}

@keyframes memberFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===================================================================
   MEDIA QUERIES
   =================================================================== */

@media (max-width: 767px) {
  .bloque_normal {
    display: none !important;
  }

  .bloque_movil {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .lista-espera-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .lista-espera-content {
    padding-left: 0;
  }

  .lista-espera-description {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .lista-espera-mockup {
    justify-content: center;
  }

  .lista-espera-title {
    font-size: 48px;
  }
}

@media (max-width: 1200px) {
  .mockup-container {
    height: 600px;
  }

  .card-purple,
  .card-brown,
  .card-green {
    width: 220px;
    padding: 20px;
  }

  .phone-left,
  .phone-right {
    width: 280px;
    height: 580px;
  }

  .center-image {
    width: 340px;
    height: 460px;
  }

  .lista-espera-container {
    gap: 60px;
  }

  .lista-espera-title {
    font-size: 58px;
  }

  .phone-image {
    width: 320px;
  }

  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }

  .logo {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    animation: fadeInDown 1s ease;
  }

  .buttons {
    align-items: center;
  }

  .seccion_movil_1 {
    text-align: center;
  }

  .bloque_movil {
    text-align: center;
  }

  .subtitle {
    font-size: 14px;
    color: #b8b8b8;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
    font-weight: 300;
    animation: fadeInUp 1s ease 0.4s both;
  }

  .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    animation: fadeInUp 1s ease 0.6s both;
  }

  .btn {
    padding: 10px 20px 6px 20px;
    border-radius: 30px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .img1_sec1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .background_seccion2 {
    border-radius: 35px;
    margin: 100px 0px 0px 0px;
    pointer-events: none;
    width: 100%;
  }

  .btn-secondary-sec2 {
    background: #957afb;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
  }

  .seccion_movil_2 {
    padding: 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .titulo_beneficios {
    color: #957afb;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 1s ease 0.4s both;
    margin-top: 20%;
  }

  .titulo_beneficios_cursiva {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 1s ease 0.4s both;
    font-weight: normal;
    margin-top: 20%;
  }

  .wrapper_impacto {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 400px;
    margin-top: 40px;
  }

  .carousel_impacto {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .carousel__item_impacto {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    padding: 0px;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    will-change: transform, opacity;
    animation: carousel-animate-vertical_impacto 12s linear infinite;
    z-index: 0;
    animation-play-state: paused;
  }

  .carousel__item_impacto:nth-child(1) {
    animation-delay: calc(4s * -1);
  }
  .carousel__item_impacto:nth-child(2) {
    animation-delay: calc(4s * 0);
  }
  .carousel__item_impacto:nth-child(3) {
    animation-delay: calc(4s * 1);
  }

  .carousel__item-head_impacto {
    border-radius: 50%;
    background-color: #d7f7fc;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: -45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
  }

  .carousel__item-body_impacto {
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 16px 20px 16px 16px;
    text-align: center;
    height: 170px;
    align-content: center;
  }

  .title_impacto {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
  }

  @keyframes carousel-animate-vertical_impacto {
    0% {
      transform: translateY(90%) scale(0.5);
      opacity: 0;
      visibility: hidden;
      z-index: 0;
    }
    5%,
    33% {
      transform: translateY(60%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
      z-index: 0;
    }
    36%,
    67% {
      transform: translateY(0) scale(1);
      opacity: 1;
      visibility: visible;
      z-index: 10;
    }
    70%,
    100% {
      transform: translateY(-60%) scale(0.7);
      opacity: 0.4;
      visibility: visible;
      z-index: 0;
    }
  }

  .feature-card {
    background-color: #957afb;
    border: 1px solid #957afb;
    border-radius: 20px;
    padding: 15px 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: all 0.3s ease;
  }

  .feature-card .icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .feature-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
  }

  .feature-card p {
    font-size: 12px;
    color: #dcdcdc;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
  }

  .content-pane-movil {
    margin-top: 40px;
    padding: 0 20px 0 0px;
    line-height: 0.5;
  }

  .title-container-movil {
    text-align: center;
    margin-bottom: 20px;
  }

  .content-pane-movil h2 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 700;
  }

  .top_title_movil h2{
    margin-top: 18% !important;
  }

  .content-pane-movil span {
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 12px;
    background-color: #000;
  }

  .content-pane-content-movil {
    text-align: center;
    margin-bottom: 20px;
  }

  .content-pane-content-movil p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
  }

  .content-pane-image-movil {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .content-pane-image-movil img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .content-pane-dots-container-movil {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
  }

  .content-pane-dot-movil {
    width: 30px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .content-pane-dot-movil.active {
    background-color: #fff;
    width: 60px;
  }

  .carousel-pasos-movil {
    margin-top: 30px;
    padding: 0;
  }

  .carousel-pasos-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 0 20px 0 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .carousel-pasos-buttons::-webkit-scrollbar {
    display: none;
  }

  .btn-paso-movil {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px 6px 12px;
    font-size: 9px;
    background: #957afb;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.2;
  }

  .btn-paso-movil.active {
    background: #fff;
    color: #957afb;
    border: 1px solid #fff;
  }

  .btn-paso-movil span {
    font-weight: 400;
  }

  .carousel-pasos-content {
    padding: 0 20px 0 0;
  }

  .carousel-pasos-main {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
  }

  .carousel-pasos-image-wrapper {
    flex: 1;
  }

  .carousel-pasos-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }

  .carousel-pasos-image img {
    max-width: 65%;
    height: auto;
  }

  .carousel-pasos-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-right: 25px;
  }

  .carousel-pasos-arrow-up,
  .carousel-pasos-arrow-down {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .carousel-pasos-arrow-up:hover,
  .carousel-pasos-arrow-down:hover {
    opacity: 0.7;
  }

  .carousel-pasos-arrow-up.disabled,
  .carousel-pasos-arrow-down.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .carousel-pasos-arrow-up.hidden,
  .carousel-pasos-arrow-down.hidden {
    display: none;
  }

  .carousel-pasos-arrow-up svg,
  .carousel-pasos-arrow-down svg {
    width: 24px;
    height: 24px;
  }

  .carousel-pasos-dots-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .carousel-pasos-dot {
    width: 35px;
    height: 35px;
    background-color: #957afb;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
  }

  .carousel-pasos-dot span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }

  .carousel-pasos-dot.active {
    background-color: #fff;
    border: 2px solid #fff;
  }

  .carousel-pasos-dot.active span {
    color: #957afb;
  }

  .carousel-pasos-text {
    text-align: center;
    padding: 0 10px;
  }

  .carousel-pasos-text p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
  }


  .clases-step1-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    align-items: center;
  }

  .btn-clases-step1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px 4px 8px;
    font-size: 10px;
    background: #957afb;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }

  .btn-clases-step1:hover {
    background: rgba(255, 255, 255, 0.36);
    transform: scale(1.02);
  }

  .btn-clases-step1.active {
    background: #fff;
    color: #957afb;
    border: 1px solid #fff;
  }

  .lista-espera-tag {
    font-size: 16px;
    text-align: center;
  }

  .lista-espera-title {
    font-size: 24px;
    text-align: center;
  }

  .phone-image {
    width: 70%;
  }

  .image-navigator-dots {
    gap: 15px;
  }

  .nav-dot-image {
    width: 20px;
    height: 20px;
  }

  .seccion_movil_4 {
    margin-top: 30% !important;
    border: 1px solid #957afb;
    border-radius: 30px;
    padding: 20px 0px 20px 20px;
    background-color: #957afb;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30% !important;
  }

  .seccion_movil_4 .container {
    padding: 0;
  }

  .title-container-sec4 {
    text-align: center;
    margin-bottom: 20px !important;
    line-height: 0.8 !important;
  }

  .buttons-section-tabs-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px !important;
    overflow-x: auto;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .buttons-section-tabs-container::-webkit-scrollbar {
    display: none;
  }

  .title-general {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .button-tabs-section4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px !important;
    font-size: 10px;
    background: #957afb;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 45%;
    flex-shrink: 0;
    text-align: center;
  }

  .button-tabs-section4.active {
    background: #fff;
    color: #957afb;
    border: 1px solid #fff;
  }

  .button-tabs-section4 svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: all 0.3s ease;
  }

  .button-tabs-section4.active svg {
    fill: #957afb;
  }

  .lista-espera-description {
    font-size: 12px;
    line-height: 1.4;
    color: #e0e0e0;
    font-weight: 300;
    font-style: italic;
    max-width: 550px;
  }

  .seccion_movil_6 {
    padding: 0;
    margin-bottom: 60px !important;
  }

  .seccion_movil_6 .container {
    padding: 0 !important;
    margin-top: 20% !important;
  }

  .seccion-6-content {
    width: 75%;
    line-height: 0.8;
  }

  .seccion-6-content-title {
    font-size: 20px;
    text-align: center;
    color: #957afb;
  }

  .seccion-6-content-subtitle {
    font-size: 20px;
    font-style: italic;
    text-align: center;
  }

  .seccion-6-content-description {
    text-align: center;
    color: #fff;
    font-size: 10px;
    max-width: 320px;
    line-height: 1.1;
  }

  .phone-container {
    border-radius: 40px;
    background: linear-gradient(to bottom, #000 30%, #957afb 90%);
    background-size: 100% 200%;
    animation: movimientoFondo 10s ease-in-out infinite alternate;
    padding: 20px 0px;
    border: 1px solid lightgray;
    margin-top: 40px;
  }

  .title-panel-control span {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 0px;
    border: 1px solid #fff;
    padding: 12px 15px 10px 15px;
    border-radius: 35px;
  }

  .title-panel-control-description span {
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    font-style: italic;
  }

  .member-tabs-container {
    background: #957afb;
    border-radius: 50px;
    padding: 4px;
    display: flex;
    gap: 4px;
    margin: 40px auto 30px auto;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
    max-width: 100%;
  }

  .member-tab-btn {
    flex: 1;
    padding: 8px 5px 4px 5px;
    border: none;
    background: transparent;
    color: white;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }

  .footer-text {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: 15px;
  }

  .seccion_movil_8 {
    position: relative;
    padding: 4em 0em 4em 0em !important;
    margin: 0px !important;
    display: none;
    background-color: #0f0f0f !important;
    margin-bottom: 60px !important;
  }

  .seccion_movil_8 .container {
    margin-top: 25% !important;
  }

  .texto-con-borde {
    color: transparent;
    -webkit-text-stroke: 2px #957afb;
    text-stroke: 2px #957afb;
    font-size: 2em !important;
  }

  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pricing-section-title {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .pricing-section-subtitle {
    font-size: 0.9rem;
  }

  .pricing-card-item {
    padding: 20px 8px;
    border-radius: 20px;
  }

  .pricing-card-item:hover {
    transform: none;
    border: none;
    box-shadow: none;
  }

  .pricing-card-range {
    font-size: 1.2rem;
    line-height: 1;
  }

  .pricing-card-label {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .pricing-card-divider {
    margin-bottom: 20px;
  }

  .pricing-card-amount {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }

  .pricing-card-period {
    font-size: 0.9rem;
  }

  .pricing-card-button {
    padding: 8px 16px 6px 16px;
    font-size: 1rem;
    border-radius: 40px;
  }

  .pricing-card-button:hover {
    transform: none;
    box-shadow: none;
  }

  .pricing-card-button:hover::after {
    transform: none;
  }

  .pricing-card-button::after {
    font-size: 1.2rem;
  }

  .carrousel_beneficios {
    padding: 0px;
    margin-top: 30%;
  }

  .carousel-controls {
    margin-top: 20px;
    gap: 15px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .carousel-arrow svg {
    width: 30px;
    height: 30px;
  }

  .carrousel_beneficios .info-card {
    border-radius: 30px;
    padding: 22px;
    min-height: 450px;
  }

  .carrousel_beneficios .info-card h3 {
    font-size: 18px;
  }

  .carrousel_beneficios .info-card p {
    font-size: 12px;
  }

  .seccion_movil_7 .container {
    padding: 0 !important;
    margin-top: 25% !important;
  }
}

/* ===================================================================
   ESTILOS PARA BOTÓN DE VIDEO Y MODAL
   =================================================================== */

/* Container para los botones de la sección 2 */
.buttons-container-sec2 {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Estilos para el botón de ver video */
.btn-video-sec2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  color: #957afb;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  height: auto;
}

.btn-video-sec2 svg {
  color: #957afb;
  transition: all 0.3s ease;
}

.btn-video-sec2:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Modal para el video */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
  padding: 20px;
}

.video-modal.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  animation: slideUp 0.3s ease;
  margin: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.95);
  color: #957afb;
  border: none;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10001;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.video-modal-close:hover {
  background: #957afb;
  color: white;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 6px 20px rgba(149, 122, 251, 0.5);
}

.video-modal-body {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspecto 16:9 */
  height: 0;
}

.video-modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Estilos responsive */
@media (max-width: 768px) {
  .buttons-container-sec2 {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .btn-secondary-sec2,
  .btn-video-sec2 {
    flex: 1;
    min-width: 0;
    justify-content: center;
    font-size: 12px;
    padding: 10px 8px;
  }

  .btn-video-sec2 svg {
    width: 16px;
    height: 16px;
  }

  .video-modal {
    padding: 10px;
  }

  .video-modal-content {
    width: 95%;
    max-width: 95%;
    border-radius: 12px;
  }

  .video-modal-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
