
/* ================== MOBILE ================== */
@media (max-width: 1024px) {
    


  * {
    box-sizing: border-box;
  }
  
/* OCULTAR MENU DESKTOP EN MOVIL */
.nav-center{
  display:none;
}

/* MOSTRAR HAMBURGUESA */
.menu-toggle{
  display:block;
}

#info .info-container{
  display:flex;
  flex-direction:column;
}

/* PANEL LATERAL REAL */
.nav-panel{
  position:fixed;
  top:0;
  left:-100vw;
  width:80vw;
  height:100vh;
  background:#0f172a;
  z-index:4000;
  display:flex;
  flex-direction:column;
  transition:left .3s ease;
}

.nav-panel.open{
  left:0;
}

/* CABECERA */
.menu-header{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.15);
  position: relative;
}

.menu-title{
  color:#fff;
  font-size:1.2rem;
  font-weight:600;
    position:absolute;
  left:50%;
  transform:translateX(-50%);
}

.menu-close{
  background:none;
  border:none;
  color:#fff;
  font-size:1.6rem;
}

/* LINKS */
.menu-links{
  display:flex;
  flex-direction:column;
  padding:18px 14px;
  gap:12px;                 /* separación entre cajas */
}

/* CADA OPCION */
.menu-links a{
  display:block;
  color:white;
  text-decoration:none;
  padding:16px 18px;
  font-size:1.08rem;

  background:rgba(255,255,255,.04);   /* caja */
  border-radius:14px;                 /* bordes redondos */

  border:1px solid rgba(255,255,255,.08);

  transition:all .18s ease;
}

/* TOQUE */
.menu-links a:active{
  background:rgba(255,255,255,.12);
  transform:scale(.97);
}

/* HOVER (cuando se usa desde PC en responsive) */
.menu-links a:hover{
  background:rgba(255,255,255,.10);
}

.menu-header{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.15);
}

.menu-title{
  color:white;
  font-size:1.2rem;
  font-weight:600;
  letter-spacing:.5px;
}

.menu-close{
  background:none;
  border:none;
  color:white;
  font-size:1.6rem;
  cursor:pointer;
}

.menu-links{
  display:flex;
  flex-direction:column;
}

.menu-links a{
  color:white;
  text-decoration:none;
  padding:18px 20px;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:1.05rem;
  color:#ffffff;
  font-weight:500;
  letter-spacing:.3px;
  text-shadow:0 0 6px rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.22);
}

.menu-links a:active{
  background:rgba(255,255,255,.08);
}

.menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s;
  z-index:3990;
}

.menu-overlay.show{
  opacity:1;
  pointer-events:auto;
}


  /* ===== OCULTAR WHATSAPP ===== */
  .whatsapp-nav {
    display: none;
  }

  /* ===== HERO ===== */
  body #soporte {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-top: 100px;
  }

  body #soporte .contenido {
    align-items: flex-start;
    text-align: left;
  }

  body #soporte h1,
  body #soporte p {
    text-align: left;
  }

  
  /* ===== INCIO ===== */
  
  #soporte{
    display:flex;
    flex-direction:column;
  align-items:flex-start !important;
  justify-content:flex-start !important;
    min-height:auto;
    padding:110px 20px 80px;      /* separa del header */
    text-align:left;
    min-height:unset !important;
     padding-top:140px;
  }

  /* columna de contenido */
  #soporte .contenido{
    width:100%;
    max-width:320px;
  }

/* titulo */
#soporte .contenido h2{
font-size: clamp(18px, 3.5vw, 18px);
  line-height:1.25;
  margin-bottom:18px;
  margin-top:-60px;
}

/* descripcion */
#soporte .contenido p{
font-size: clamp(11px, 2.5vw, 18px);
  line-height:1.6;
  margin-bottom:26px;
  margin-top: 10px;      /* ← permite salto de línea */

}
  
  /* ===== GALERIA ===== */
  
#galeria {
  position: relative;
}

/* TITULO */
.gallery-title {
  background:#004085;
  color: white;
  padding: 12px;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 0;
}

#galeria h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
}

/* DESACTIVA ANIMACIONES DEL TRACK (BIEN) */
.gallery-track {
  animation: none !important;
  transform: none !important;
}

/* CONTENEDOR CON SCROLL */

.gallery-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

  padding-top: 16px; /* 👈 AQUÍ está lo que querías */
}

/* TRACK */
.gallery-track {
  display: flex;
  gap: 16px;
  padding: 0 16px;
}

/* ITEMS */
.gallery-item {
  flex-shrink: 0;
  scroll-snap-align: center;
}

/* IMÁGENES */
.gallery-item img {
  width: 80vw;
  max-width: 340px;
  height: 255px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* ==================MARCAS ================== */

.section-marcas {
  width: 100%;
  overflow: hidden;
}

.marcas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:50px;
  padding: 20px 10px;

  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.logo-box {
  flex: 0 0 auto;
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-box img {
  width: 100%;
  max-width: 70px;   /* 👈 AQUÍ LOS HACES CHICOS */
  height: auto;
}
  


  /* ===== FORMULARIO ===== */
  .formulario {
  display:block;
  width:100%;
  margin-top:28px;
  }

  /* ===== SERVICIOS ===== */
  
#servicios .titulo {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

  .servicios-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px; /* 👈 aire lateral real */
  }

  .servicio-card {
    width: 100%;
    max-width: none;       /* 🔥 clave */
    margin: 0 auto;
    border-radius: 16px;
    padding: 24px 20px;
  }
  
  .servicio-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.servicio-card h3 {
    font-size: 1.4rem;   /* 👈 más pequeño, elegante */
    line-height: 1.3;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  
    .servicio-card p {
    font-size: 0.95rem;      /* 👈 un poco más chico */
    line-height: 1.5;
    margin-bottom: 14px;
  }
  
  
 .servicio-card ul {
    margin-top: 12px;
    padding-left: 0;
  }

  .servicio-card li {
    font-size: 0.80rem;     /* 👈 más chico que el texto normal */
    line-height: 1.45;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  
  
    /* =====CONTACTO ===== */
  
  #info {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 24px 18px;   /* 👈 menos inflado */
    background: #0ea5e9;
  }
  
  
  #info h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
    #info p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 18px;
  }
  
    #info.item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  #info.item i {
    margin-top: 2px;
    font-size: 1rem;
  }


  /* ===== SUPERPOS ===== */

#superpos {
  background: radial-gradient(circle at top, #081a24, #020b12);
  color: #fff;
  padding: 80px 20px;
}

.sp-wrapper {
  max-width: 1200px;
  margin: auto;
}

.sp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}


.super {
  color: #ffffff;
  margin-left:-130px!important;
}

.pos {
  color: #00e5ff;
  margin-left:-100px!important;
}

.icono-market {
  display: flex;
  align-items: center;
  gap: 100px;
}

.icono-market img {
  width: 148px !important;
  height: 160px !important;
  margin-left: -25px;

}

.mensaje{
 
font-size: clamp(10px, 3.5vw, 18px);
color: #ccc;
margin-top: -40px !important;   
    
    
}

.icono-market span {
  margin-left: -22px; /* ajusta este valor */
}

.sp-left {
  margin-left: 0;
}

.sp-left h1 {
  font-size: clamp(40px, 6vw, 70px);
  margin-top: -20px;
}

.sp-left h2 {
  font-size: clamp(25px, 4.5vw, 50px);
  margin-top: -30px;


}

.sp-left p {
font-size: clamp(15px, 2.5vw, 18px);
color: #ccc;
margin-top: 20px;




}

.sp-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px; /* espacio entre cada icono */
  flex-wrap: wrap; /* por si en móvil se bajan */
}

.icon-item {
  text-align: center;
  width: 120px; /* controla el ancho de cada bloque */
}

.icon-item img {
  width: 80px;  /* 🔥 tamaño del icono */
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.icon-item p {
  font-size: clamp(13px, 2.5vw, 18px);
  color: #ffffff;
  margin-top: 10px;
}

.sp-icons div {
  margin: 10px 0;
  color: #00e0ff;
}

.sp-icons i {
  margin-right: 8px;
}

.sp-btn {
  display: block;
  margin-top: 15px;
  padding: 12px 20px;
  background: linear-gradient(90deg, #00e0ff, #00ffcc);
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  font-size: clamp(16px, 4vw, 22px);
  
}

.sp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 234, 255, 0.7);
}

.sp-right img {
  display: none;
}

/* ESTILOS PARA LA SECCION DE VERSIONES */

.sp-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(20px, 3.5vw, 50px);
  margin: 40px 0;
}

.sp-title::before,
.sp-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #00eaff);
}

.sp-title::after {
  background: linear-gradient(to left, transparent, #00eaff);
}

.sp-title span {
  padding: 0 20px;
}

/* LOCAL */

.sp-cards-paquetes {
  flex-direction: column;
  gap: 20px;
}

.sp-card-local {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(145deg, #041c1f, #07292e);
  border: 1px solid rgba(0, 255, 200, 0.3);
  box-shadow: 
    0 0 10px rgba(0, 255, 200, 0.15),
    0 0 25px rgba(0, 255, 200, 0.08),
    inset 0 0 20px rgba(0, 255, 200, 0.05);
}

.sp-card1 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;

  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-card1 h4 {
  margin: 0;
  color: #fff;
  margin-left: -30px;
  font-size: clamp(22px, 4.5vw, 50px);
  margin-top: 5px;

}

.tipo.local {
  color: #00ffc8; /* 🔥 verde neón */
    text-shadow: 0 0 8px rgba(0, 255, 200, 0.6);
}

.sp-card1 p {
  margin: 0;
  font-size: 17px;
  color: #aaa;
  margin-left: -30px;
  margin-top:5px;
}

.sp-card1 img {
  width: 160px;
  height: 170px;
  object-fit: cover;
  margin-top: -50px;
  margin-left: -30px;
  
}

.sp-card-local ul li img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.sp-card-local ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-local ul li {
  margin-bottom: 15px; 
}


.txt-local {
  position: relative;
  top: -5px;
  left: 5px;
  
}

.sp-box-local {
  margin-top: 30px;
  padding: 15px;
  border-radius: 12px;

  background: rgba(0, 255, 200, 0.08); /* 🔥 color interior */
  border: 1px solid rgba(0, 255, 200, 0.2);

  text-align: center;
  font-size: clamp(15px, 2.5vw, 18px);
  box-shadow: inset 0 0 20px rgba(0, 255, 200, 0.1);
}

/* WEB */

.sp-card-web {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(145deg, #041a2a, #072c3f);
  border: 1px solid rgba(0, 170, 255, 0.3);
  box-shadow: 
    0 0 10px rgba(0, 170, 255, 0.15),
    0 0 25px rgba(0, 170, 255, 0.08),
    inset 0 0 20px rgba(0, 170, 255, 0.05);
  
}

.sp-card2 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;

  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-card2 h4 {
  margin: 0;
  color: #fff;
  margin-left: -20px;
  font-size: 25px;
  margin-top: 5px;

}

.tipo.web {
   color: #00aaff;
    text-shadow: 0 0 8px rgba(0, 255, 200, 0.6);
}

.sp-card2 p {
  margin: 0;
font-size: clamp(15px, 2.5vw, 18px);
  color: #aaa;
  margin-left: -20px;
  margin-top:5px;
}

.sp-card2 img {
  width: 130px;
  height: 140px;
  object-fit: cover;
  margin-top: -40px;
  margin-left: -30px;
  
}

.sp-card-web ul {
  margin-top: -16px;
}

.sp-card-web ul img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 20px;
  
}

.sp-card-web ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-web ul li {
  margin-bottom: -20px; 
}

.txt-web {
  position: relative;
  top: -15px;
  left: -5px;
  
}

.sp-box-web {

  margin-top: 30px;
  padding: 15px;
  border-radius: 12px;


  background: rgba(0, 170, 255, 0.08);
  border: 1px solid rgba(0, 170, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 170, 255, 0.1);

  text-align: center;
  font-size: clamp(15px, 2.5vw, 18px);
}

/* MOVIL */

.sp-card-movil {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1a0826, #2a0d3f);
  border: 1px solid rgba(200, 100, 255, 0.35);
  box-shadow: 
    0 0 10px rgba(200, 100, 255, 0.2),
    0 0 25px rgba(200, 100, 255, 0.1),
    inset 0 0 20px rgba(200, 100, 255, 0.06);
  
}

.sp-card3 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;

  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-card3 h4 {
  margin: 0;
  color: #fff;
  margin-left: -20px;
  font-size: 25px;
  margin-top: 5px;

}

.tipo.movil {
    color: #b84dff;
    text-shadow: 0 0 8px rgba(184, 77, 255, 0.6);
    
}

.sp-card3 p {
  margin: 0;
  font-size: 17px;
  color: #aaa;
  margin-left: -20px;
  margin-top:5px;
}

.sp-card3 img {
  width: 130px;
  height: 140px;
  object-fit: cover;
  margin-top: -40px;
  margin-left: -30px;
  
}

.sp-card-movil ul {
  margin-top: -40px;
}

.sp-card-movil ul img {
  width: 50px;
  height: 60px;
  margin-right: 10px;
  margin-top: 20px;
  
}

.sp-card-movil ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-movil ul li {
  margin-bottom: -34px; 
}

.txt-movil {
  position: relative;
  top: -25px;
  left: -5px;
  
}

.sp-box-movil {
  margin-top: 30px;
  padding: 15px;
  border-radius: 12px;

  background: rgba(180, 0, 255, 0.08);
  border: 1px solid rgba(180, 0, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(180, 0, 255, 0.1);

  text-align: center;
  font-size: clamp(15px, 2.5vw, 18px);
  box-shadow: inset 0 0 20px rgba(0, 255, 200, 0.1);

}

/* SECCION PLANES */

.sp-title-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 18px);
  margin: 40px 0;
}

.sp-title-plan::before,
.sp-title-plan::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #00eaff);
   margin: 0 20px; 
}

.sp-title-plan::after {
  background: linear-gradient(to left, transparent, #00eaff);
}

.sp-title-plan span {
  padding: 0 20px;
}

/* SECCION BASICO */

.sp-cards-plan {
  flex-direction: column;
  gap: 30px;
}

.sp-card-basico {
  padding: 20px;
  border-radius: 12px;
  flex: 0 0 380px; /* 👈 reemplaza flex:1 */
  position: relative;
  max-height: 600px; 
  background: linear-gradient(145deg, #041c1f, #07292e);
  border: 1px solid rgba(0, 255, 200, 0.3);
  box-shadow: 
    0 0 10px rgba(0, 255, 200, 0.15),
    0 0 25px rgba(0, 255, 200, 0.08),
    inset 0 0 20px rgba(0, 255, 200, 0.05);


}

.sp-basico {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-basico h4 {
  margin: 0;
  color: #fff;
  margin-left: -10px;
  font-size: 25px;
  margin-top: 5px;

}

.sp-basico p {
  margin: 0;
  font-size: 15px;
  color: #aaa;
  margin-left: -10px;
  margin-top:10px;
}

.sp-card-basico ul li img {
  width: 60px;
  height: 60px;
  margin-left: -5px;
}

.img-pc{
  width: 70px !important;
  height: 70px!important;
  margin-left: -10px !important;
  margin-top: -20px !important;

}

.sp-card-basico ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-basico ul li {
  margin-bottom: -10px; 
}

.img-carrito {
  position: absolute;
  right: 1px;
  bottom: 90px; /* 👈 la baja abajo a la derecha */
  width: 120px;
}


.txt-basico {
  position: relative;
  top: -25px;
  left: -5px;
  
}

.txt-pc {
  position: relative;
  top: -30px !important;
  left: -10px !important;
  
}

.nota{
  font-size: 12px !important;
  color:#fff;
  margin-top: 10px;
  line-height: 1.4;
}

.price {
  font-size: 19px;
  color: #00e0ff;
  margin-top: -15px;
}

.span-price{
  color: #fff;
  font-size: 17px;


}


.sp-incluye {
  margin-top: 40px;
}

.incluye-title {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 5px;
  margin-left: -83px !important;
}

.incluye-lista {
  list-style: none;
  padding-left: 0;
}

.incluye-lista li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px !important;
  font-size: 13px;
  color: #fff;
  margin-left: -100px !important;
 
  
}

.check1 {
  width: 16px !important;
  height: 16px !important;
  margin-right: 2px !important;

}

.txt-incluye {
  position: relative;
  top: -3px; /* 👈 sube solo el texto */
}

/* SECCION CONTROL */

.sp-card-control {
  padding: 20px;
  border-radius: 12px;
  flex: 0 0 350px; /* 👈 reemplaza flex:1 */
  position: relative; 
  max-height: 650px; 
  background: linear-gradient(145deg, #041a2a, #072c3f);
  border: 1px solid rgba(0, 170, 255, 0.3);

  box-shadow: 
    0 0 10px rgba(0, 170, 255, 0.15),
    0 0 25px rgba(0, 170, 255, 0.08),
    inset 0 0 20px rgba(0, 170, 255, 0.05);
}

.sp-control {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-control h4 {
  margin: 0;
  color: #fff;
  margin-left: -10px;
  font-size: 25px;
  margin-top: 5px;

}

.sp-control p {
  margin: 0;
  font-size: 15px;
  color: #aaa;
  margin-left: -10px;
  margin-top:10px;
}

.sp-card-control ul li img {
  width: 60px;
  height: 60px;
  margin-left: -5px;
}

.img-pc{
  width: 70px !important;
  height: 70px!important;
  margin-left: -10px !important;
  margin-top: -20px !important;

}

.sp-card-control ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-control ul li {
  margin-bottom: -10px; 
}

.img-web {
  position: absolute;
  right: -1px;
  bottom: 60px; /* 👈 la baja abajo a la derecha */
  width: 120px;
}


.txt-control-pc {
  position: relative;
  top: -30px;
  left: -10px;
  
}

.txt-control {
  position: relative;
  top: -25px !important;
  left: -5px !important;
  
}

.nota-control{
  font-size: 12px !important;
  color:#fff;
  margin-top: 10px;
  line-height: 1.4;
}

.sp-incluye-control {
  margin-top: 40px;
}

.incluye-title-control {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 5px;
  margin-left: -100px !important;
}

.incluye-lista-control {
  list-style: none;
  padding-left: 0;
}

.incluye-lista-control li {
  position: relative;
  padding-left: 18px;
  margin-bottom: -3px !important;
  font-size: 13px;
  color: #fff;
  margin-left: -100px !important;
 
  
}

.check2 {
  width: 32px !important;
  height: 32px !important;
  margin-left: -20px !important




}

.txt-incluye-control {
  position: relative;
  top: -12px; /* 👈 sube solo el texto */
  margin-left: -5px;
}

/* SECCION PROFESIONAL */

.sp-card-profesional{
  padding: 20px;
  border-radius: 12px;
  flex: 0 0 350px; /* 👈 reemplaza flex:1 */
  position: relative; 
  background: linear-gradient(145deg, #1a0826, #2a0d3f);
  border: 1px solid rgba(200, 100, 255, 0.35);

  box-shadow: 
    0 0 10px rgba(200, 100, 255, 0.2),
    0 0 25px rgba(200, 100, 255, 0.1),
    inset 0 0 20px rgba(200, 100, 255, 0.06);
}

.sp-profesional {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  height: auto;        /* 🔥 importante */
  padding-top: 10px !important;
}

.sp-profesional h4 {
  margin: 0;
  color: #fff;
  margin-left: -10px;
  font-size: 25px;
  margin-top: 5px;

}

.sp-profesional p {
  margin: 0;
  font-size: 15px;
  color: #aaa;
  margin-left: -10px;
  margin-top:10px;
}

.sp-card-profesional ul li img {
  width: 60px;
  height: 60px;
  margin-left: -5px;
}

.img-pc{
  width: 70px !important;
  height: 70px!important;
  margin-left: -10px !important;
  margin-top: -20px !important;

}

.sp-card-profesional ul {
  list-style: none;
  padding-left: 0;
  
}

.sp-card-profesional ul li {
  margin-bottom: -10px; 
}

.img-movil {
  position: absolute;
  right: -30px;
  bottom: 30px; /* 👈 la baja abajo a la derecha */
  width: 180px;
}


.txt-profesional-pc {
  position: relative;
  top: -30px;
  left: -10px;
  
}

.txt-profesional {
  position: relative;
  top: -25px !important;
  left: -5px !important;
  
}



.sp-incluye-profesional {
  margin-top: 40px;
}

.incluye-title-profesional {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 5px;
  margin-left: -140px !important;
}

.incluye-lista-profesional {
  list-style: none;
  padding-left: 0;
}

.incluye-lista-profesional li {
  position: relative;
  padding-left: 18px;
  margin-bottom: -10px !important;
  font-size: 13px;
  color: #fff;
  margin-left: -100px !important;
 
  
}

.check3 {
  width: 35px !important;
  height: 42px !important;
  margin-left: -70px !important

}

.txt-incluye-profesional {
  position: relative;
  top: -18px; /* 👈 sube solo el texto */
  margin-left: -5px;
}

.sp-card-local:hover {
  box-shadow: 
    0 0 20px rgba(0, 255, 200, 0.4),
    0 0 40px rgba(0, 255, 200, 0.2);
}

.sp-card-web:hover {
  box-shadow: 
    0 0 20px rgba(0, 170, 255, 0.4),
    0 0 40px rgba(0, 170, 255, 0.2);
}

.sp-card-movil:hover {
  box-shadow: 
    0 0 20px rgba(200, 100, 255, 0.4),
    0 0 40px rgba(200, 100, 255, 0.2);
}


.sp-card-basico:hover {
  box-shadow: 
    0 0 20px rgba(0, 255, 200, 0.4),
    0 0 40px rgba(0, 255, 200, 0.2);
}

.sp-card-control:hover {
  box-shadow: 
    0 0 20px rgba(0, 170, 255, 0.4),
    0 0 40px rgba(0, 170, 255, 0.2);
}

.sp-card-profesional:hover {
  box-shadow: 
    0 0 20px rgba(200, 100, 255, 0.4),
    0 0 40px rgba(200, 100, 255, 0.2);
}

.sp-card-basico,
.sp-card-control,
.sp-card-profesional {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price {
  margin-top: auto;
}




































} /* 👈 Finaliza le media Querry movil */


@media (min-width: 1024px) {
    
    .navbar{
        max-width: 1600px;
        margin: 0 auto;
    }

    
    
}
    
    
    
    
    
    
    
