/* ==========================
   NAVBAR
   ========================== */

.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(25, 12, 59, 0.1);
  height: 85px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* LOGOTIPO */
.navbar-brand img {
  height: auto;
  max-height: 70px;
  /* Tamaño máximo normal */
  width: auto;
  object-fit: contain;
  margin-left: 10px;
  transition: max-height 0.3s ease;
}

/* Enlaces del navbar */
.navbar-nav .nav-link {
  color: #000000 !important;
  font-weight: 500;
  font: bold;
  margin-right: 30px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #970b0b !important;
}

/* Botón hamburguesa (oscuro) */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* RESPONSIVIDAD */
@media (max-width: 992px) {
  .navbar-nav {
    background-color: #ffffff;
    text-align: right;
    padding: 10px;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .navbar-brand img {
    max-height: 50px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 40px;
  }
}

/* ==========================
   FOOTER
   ========================== */
footer {
  font-size: 0.95rem;
  line-height: 1.6;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

footer a.nav-link {
  padding: 0;
  color: #ffffff !important;
}

footer a.nav-link:hover {
  color: #007bff !important;
  text-decoration: underline;
}

footer i {
  margin-right: 8px;
  color: #007bff;
}

/* === Carousel Styles === */
.carousel-img {
  height: 600px;
  /* Más alto */
  object-fit: fill;
}

.carousel-caption h5 {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.carousel-caption p {
  font-size: 1.25rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
  .carousel-img {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .carousel-img {
    height: 350px;
  }

  .carousel-caption h5 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Aplica la animación a los textos del carrusel */
.carousel-caption {
  animation: fadeUp 1s ease-in-out;
}

/* Opcional: retrasa un poco los elementos internos */
.carousel-caption h5 {
  animation: fadeUp 1s ease-in-out 0.2s both;
}

.carousel-caption p {
  animation: fadeUp 1.2s ease-in-out 0.4s both;
}

/* Ajustes responsivos adicionales */
@media (max-width: 768px) {

  /* ⛔ Ocultar textos <p> en celular */
  .carousel-caption p {
    display: none !important;
  }

  /* Ajustar título en celular */
  .carousel-caption h5 {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    display: inline-block;
  }

  /* Ajustar posición del caption si lo deseas */
  .carousel-caption {
    bottom: 25px;
  }
}

/* Sección Nosotros */
.about-section {
  background-color: #f8f9fa;
}

.about-section h2 {
  font-size: 2.2rem;
}

.about-section p {
  line-height: 1.7;
}

.about-section img {
  border-radius: 32px;
  height: 200px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-section img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Ajustes responsivos */
@media (max-width: 992px) {
  .about-section h2 {
    text-align: center;
  }

  .about-section p {
    text-align: center;
  }

  .about-section a {
    display: block;
    margin: 0 auto;
  }
}

.about-section {
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.about-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(135deg, #920a11 10%, #0056b3 60%);
  clip-path: ellipse(75% 100% at 0% 50%);
  z-index: 1;
}

.about-section .container {
  position: relative;
  z-index: 2;
}

.about-section img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-section img:hover {
  transform: scale(1.03);
}

/* Texto */
.about-section h2,
.about-section p,
.about-section a {
  position: relative;
  z-index: 2;
}

/* Responsivo */
@media (max-width: 992px) {
  .about-bg-shape {
    width: 100%;
    height: 50%;
    clip-path: ellipse(100% 60% at 50% 0%);
  }
}

.text-justify-custom {
  text-align: justify;
}

.about-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* centra horizontalmente */
  text-align: center;
  /* centra títulos y botones */
}

@media (min-width: 992px) {
  .about-section .col-lg-6 {
    align-items: flex-start;
    /* alinea a la izquierda en pantallas grandes */
    text-align: left;
  }
}

/* Contenedor visible */
.testimonios-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* Track con doble contenido */
.testimonios-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-infinito 35s linear infinite;
}

/* Pausa si el mouse entra al slider */
.testimonios-slider:hover .testimonios-track {
  animation-play-state: paused;
}

/* Card individual */
.testimonio-card {
  min-width: 300px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonio-card:hover {
  transform: scale(1.05);
}

.testimonio-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
  filter: grayscale(20%);
  transition: filter .3s ease;
}

.testimonio-card:hover .testimonio-logo {
  filter: grayscale(0%);
}

/* Animación suave sin saltos */
@keyframes scroll-infinito {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.card-service {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}

.card-service .service-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  display: none;
  /* Oculta imagen */
  opacity: 0;
  transition: opacity 0.6s ease;
}

.card-service .ver-mas-btn {
  display: none;
  /* Oculta botón */
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Hover: mostrar imagen + botón */
.card-service:hover .service-img {
  display: block;
  opacity: 1;
}

.card-service:hover .ver-mas-btn {
  display: inline-block;
  opacity: 1;
}

/* Hover: elevar card */
.card-service:hover {
  transform: translateY(-20px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------
   MODAL PROFESIONAL
-------------------------------------------------------------------*/

.bg-contacto {
  background-color: #f8f9fa;
  /* Cambia el color */
}

.modal-custom {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
}

.modal-content-custom {
  background: #ffffff;
  padding: 30px 35px;
  border-radius: 16px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: modalFadeIn 0.35s ease-out;
}

.modal-icon {
  margin-bottom: 10px;
}

.modal-content-custom h3 {
  font-weight: 700;
  margin-bottom: 8px;
}

.modal-content-custom p {
  color: #555;
  margin-bottom: 20px;
}

.modal-btn {
  background: #007bff;
  border: none;
  color: white;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s ease;
}

.modal-btn:hover {
  background: #0056b3;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

html {
  scroll-behavior: smooth;
}

.servicio-detalle {
  scroll-margin-top: 100px;
  /* evita que el navbar tape el título */
}

.servicio-lista {
  list-style: none;
  padding-left: 0;
}

.servicio-lista li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}

.servicio-lista li::before {
  content: "✔";
  color: #0d6efd;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* ===============================
   SECCIONES DE SERVICIOS - DETALLE
   =============================== */

.servicio-detalle {
  padding: 110px 0;
  /* MÁS ALTURA */
  position: relative;
  overflow: hidden;
}

/* Imagen grande */
/* .servicio-detalle img {
  max-width: 90%;
  border-radius: 28px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  transition: transform 0.5s ease;
}

.servicio-detalle img:hover {
  transform: scale(1.04);
} */

/* Texto */
.servicio-detalle h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.servicio-detalle p.lead {
  font-size: 1.25rem;
  line-height: 1.8;
}

/* Lista elegante */
.servicio-lista {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.servicio-lista li {
  font-size: 1.05rem;
  padding-left: 30px;
  margin-bottom: 14px;
  position: relative;
}

.servicio-lista li::before {
  content: "✔";
  color: #0d6efd;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ===== ANIMACIONES SCROLL ===== */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Izquierda */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s ease;
}

.reveal-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Derecha */
.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s ease;
}

.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* Evita que navbar tape el título */
.servicio-detalle {
  scroll-margin-top: 120px;
}

/* Responsive */
@media (max-width: 992px) {
  .servicio-detalle {
    padding: 80px 0;
    text-align: center;
  }

  .servicio-detalle img {
    max-width: 100%;
  }
}

.servicio-detalle {
  background: #f9fafb;
}

.servicio-detalle h2 {
  font-size: 2.1rem;
}

.servicio-lista {
  list-style: none;
  padding-left: 0;
}

.servicio-lista li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #555;
}

.servicio-lista li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.servicio-extra p {
  color: #333;
}

.servicio-img {
  max-height: 420px;
  object-fit: cover;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.servicio-lista-pro {
  list-style: none;
  padding: 0;
  margin: 0;
}

.servicio-lista-pro li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servicio-lista-pro li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.servicio-icon {
  font-size: 1.8rem;
  background: #e7f1ff;
  color: #0d6efd;
  padding: 14px;
  border-radius: 50%;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicio-lista-pro h6 {
  margin: 0;
  font-weight: 700;
  color: #0d6efd;
}

.servicio-lista-pro p {
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.5;
}

/* Responsivo */
@media (max-width: 768px) {
  .servicio-lista-pro li {
    flex-direction: row;
    padding: 16px;
  }
}

.texto-centro-justificado {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .texto-centro-justificado {
    text-align: left;
    /* mejor legibilidad en móvil */
  }
}

/* CONTENEDOR GENERAL */
.mosaico-profesional .mosaico-item {
  height: 140px;
  background-color: #011120c2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXTO */
.mosaico-profesional .text {
  text-align: center;
}

.mosaico-profesional h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.mosaico-profesional p {
  font-size: 0.95rem;
  color: #ffffff;
  margin: 0;
}

/* IMÁGENES COMPLETAS */
.mosaico-profesional .img img {
  width: 100%;
  height: 100%;
}

/* MOBILE */
@media (max-width: 576px) {
  .mosaico-profesional .mosaico-item {
    height: 160px;
  }

  .mosaico-profesional h6 {
    font-size: 1rem;
  }

  .mosaico-profesional p {
    font-size: 0.85rem;
  }
}

.lista-tecnica {
  list-style: none;
  padding-left: 0;
}

.lista-tecnica li {
  padding: 6px 0;
  position: relative;
  padding-left: 22px;
  color: #6c757d;
}

.lista-tecnica li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.carousel img {
  object-fit: cover;
}

/* Hover elegante */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.carousel-indicators [data-bs-target] {
  background-color: #6c757d;
}

.carousel-indicators .active {
  background-color: #0d6efd;
}

#carouselSoporteTecnico {
  padding-bottom: 3.5rem;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators [data-bs-target] {
  margin: 0 6px;
}

.aviso-desarrollo {
  max-width: 780px;
  margin: 0 auto;
  padding: 1.8rem 2rem;
  border: 1px dashed #ced4da;
  background-color: #f8f9fa;
}

.aviso-desarrollo h4 {
  letter-spacing: 0.5px;
}

.aviso-desarrollo {
  border-left: 4px solid #0d6efd;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* Estado inicial (oculto y desplazado) */
.anim-left,
.anim-right {
  opacity: 0;
  transition: all 0.8s ease-out;
}

/* Desde izquierda */
.anim-left {
  transform: translateX(-60px);
}

/* Desde derecha */
.anim-right {
  transform: translateX(60px);
}

/* Estado visible (centrado) */
.animacion-scroll.activo .anim-left,
.animacion-scroll.activo .anim-right {
  opacity: 1;
  transform: translateX(0);
}

/* Lista técnica profesional */
.lista-tecnica-pro {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.lista-tecnica-pro li {
  position: relative;
  padding: 0.75rem 0 0.75rem 2.2rem;
  margin-bottom: 0.4rem;
  color: #495057;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Indicador técnico */
.lista-tecnica-pro li span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #0d6efd;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* Línea sutil de guía */
.lista-tecnica-pro li::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(13, 110, 253, 0.15);
}

/* Hover elegante */
.lista-tecnica-pro li:hover {
  color: #212529;
  padding-left: 2.6rem;
}

.lista-tecnica-pro li:hover span {
  transform: translateY(-50%) rotate(90deg);
}

/* Estado inicial oculto */
.animar-lista li {
  opacity: 0;
  transform: translateY(20px);
}

/* Estado visible */
.animar-lista.activa li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

/* Delay progresivo (efecto escalonado) */
.animar-lista.activa li:nth-child(1) {
  transition-delay: 0.1s;
}

.animar-lista.activa li:nth-child(2) {
  transition-delay: 0.2s;
}

.animar-lista.activa li:nth-child(3) {
  transition-delay: 0.3s;
}

.animar-lista.activa li:nth-child(4) {
  transition-delay: 0.4s;
}

.animar-lista.activa li:nth-child(5) {
  transition-delay: 0.5s;
}

/* ==============================
   SECCIÓN CON FONDO
================================ */
.web-bg-section {
  position: relative;
  background-image: url("../img/web-development-t-1-2.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 50px;
}

.web-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.web-bg-section .row {
  position: relative;
  z-index: 1;
}

/* ==============================
   CARDS – ESTADO INICIAL
================================ */
.web-card {
  margin-bottom: 30px; /* separación visual */
  background: rgba(0, 0, 0, 0.45); /* más sólido */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 42px 38px;
  color: #ffffff;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  opacity: 0;
  transform: translateY(40px);

  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;

  transition-delay: var(--delay);
}

/* ==============================
   CARDS – AL ENTRAR EN PANTALLA
================================ */
.web-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================
   GLOW SUAVE AL HOVER
================================ */
.web-card:hover {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow:
    0 0 14px rgba(216, 220, 223, 0.35),
    0 0 34px rgba(253, 254, 255, 0.18);
  transform: translateY(0.06s)
}

/* ==============================
   TEXTO BLANCO INTENSO
================================ */
.web-card h4,
.web-card p {
  color: rgba(231, 229, 229, 0.911);
  opacity: 1;
}

.web-card h4 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.web-card p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ==============================
   LÍNEA INTERNA SUTIL (PRO)
================================ */
.web-card::after {
  display: block;
  margin-top: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.section-title {
  color: #ffffff;
  font-size: 4.2rem;   /* más grande */
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.section-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.video-container {
  position: relative;
}

.video-container video {
  width:350px;
  height: auto;  
}

.video-container::before {  
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.web-features {
  background-color: #f8f9fa;
}

.feature-item {
  max-width: 280px;
  margin: 0 auto;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: #c7ff00;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.feature-item h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-item p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

.servicio-apps {
  position: relative;
  background-image: url("../img/softwareportada.png"); /* pon aquí la imagen */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* parallax ligero */
  padding: 40px 40px;
}

.apps-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.35)
  );
  z-index: 1;
}

.servicio-apps .container {
  position: relative;
  z-index: 2;
}

.min-vh-75 {
   min-height: 54vh;
}

.apps-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apps-lista li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.apps-lista li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.anim-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.9s ease;
}

.anim-left.anim-active {
  opacity: 1;
  transform: translateX(0);
}

/* Cards */
.apps-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  color: white;
}

.apps-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.apps-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;  
  color: white;
}

.apps-card ul {
  list-style: none;
  padding: 0;
}

.apps-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.apps-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-size: 1.4rem;
  line-height: 1;
}

/* LISTA ESTILO PRICING */
.apps-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apps-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: white;
}

/* Punto tipo check */
.apps-card ul li::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
  font-size: 0.7rem;  
  font-weight: bold;
  flex-shrink: 0;
}

.apps-card.destacada ul li::before {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
}

.apps-card {
  background: rgba(255, 255, 255, 0.75); /* transparencia */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 18px;
  padding: 30px 25px;

  border: 1px solid rgba(255, 255, 255, 0.4);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);

  transition: all 0.35s ease;
}

.apps-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.15);
}

.apps-section {
  background: linear-gradient(135deg, #f4f7fb, #eef2f7);
 padding: 50px 50px;
}

.apps-card.azul {
  background: rgba(13, 110, 253, 0.08);
}

.apps-card.naranja {
  background: rgba(255, 122, 24, 0.1);
}

.apps-card.verde {
  background: rgba(0, 200, 150, 0.1);
}

.proceso-desarrollo {
  position: relative;
  background: #f8f9fa;
  padding: 120px 0;
  overflow: hidden;
  font-size: 20px;
}

.proceso-item {
  position: relative;
  margin: 140px 0;
}

.proceso-item .contenido {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

/* ----- CENTRO ----- */
.proceso-item.center {
  text-align: center;
}

.proceso-item.center .contenido {
  margin: 0 auto;
}

.proceso-item.center .numero-bg {
  left: 50%;
  transform: translateX(-50%);
}

/* ----- IZQUIERDA ----- */
.proceso-item.left .contenido {
  margin-right: auto;
  text-align: left;
}

.proceso-item.left .numero-bg {
  left: 0;
  transform: none;
}

/* ----- DERECHA ----- */
.proceso-item.right .contenido {
  margin-left: auto;
  text-align: right;
}

.proceso-item.right .numero-bg {
  right: 0;
  left: auto;
  transform: none;
}

/* ----- NUMERO GENERAL ----- */
.numero-bg {
  position: absolute;
  top: -70px;
  font-size: 190px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  pointer-events: none;
}

.proceso-item h4 {
  font-weight: 700;
}

.proceso-item p {
  color: #6c757d;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 991px) {
  .proceso-item .contenido {
    margin: 0 auto !important;
    text-align: center !important;
  }

  .numero-bg {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.servicio-camaras {
  padding: 100px 70px; /* Más aire arriba y abajo */
  background: linear-gradient(135deg, #f8f9fa, #f8f9fa);
  position: relative;
}

/* Separación estructural entre bloques */
.servicio-camaras .row {
  margin-bottom: 70px;
}

/* Badge */
.badge-servicio {
  display: inline-block;
  background: #0d6efd;
  color: white;
  font-size: 12px;
  padding: 15px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* Título */
.titulo-servicio {
  font-weight: 800;
  margin-bottom: 35px;
  line-height: 1.2;
}

/* Descripción */
.descripcion-servicio {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
}

.descripcion-secundaria {
  color: #6c757d;
  margin-bottom: 25px;
}

/* Lista */
.lista-beneficios {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.lista-beneficios li {
  margin-bottom: 12px;
  font-weight: 500;
}

/* Imagen */
.imagen-servicio {
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* ===================== */
/* Cards */
/* ===================== */

.card-servicio {
  background: white;
  padding: 45px 30px;
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  height: 100%;
}

.card-servicio:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

.card-servicio .icono {
  font-size: 38px;
  margin-bottom: 20px;
}

.card-servicio h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.card-servicio p {
  color: #6c757d;
  font-size: 14px;
}

/* ===================== */
/* Texto final */
/* ===================== */

.texto-final {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  margin-top: 80px; /* Separación elegante del bloque de cards */
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ===================== */
/* Responsive */
/* ===================== */

@media (max-width: 991px) {
  .servicio-camaras {
    padding: 80px 25px;
  }

  .servicio-camaras .row {
    margin-bottom: 50px;
  }

  .texto-final {
    margin-top: 60px;
  }
}

.servicios-tecnologicos {
  padding: 140px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #f8f9fa 100%);
  position: relative;
}

.badge-corporativo {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 18px;
  background: #0d1b2a;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.titulo-corporativo {
  font-weight: 800;
  margin-bottom: 20px;
}

.descripcion-corporativa {
  color: #6c757d;
  font-size: 17px;
}

/* Línea vertical central */

.linea-central {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 2px;
  height: 60%;
  background: linear-gradient(to bottom, transparent, #0d1b2a20, transparent);
  transform: translateX(-50%);
  z-index: 0;
}

.bloque-enterprise {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}

.contenido-enterprise h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.contenido-enterprise p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.card-corporativa {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  transition: 0.4s ease;
  border-left: 3px solid #0d1b2a;
}

.card-corporativa:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* Estadísticas */

.estadisticas-enterprise {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.stat-box h2 {
  font-size: 48px;
  font-weight: 800;
  color: #0d1b2a;
}

.stat-box p {
  margin-top: 10px;
  color: #6c757d;
}

/* Responsive */

@media (max-width: 991px) {
  .linea-central {
    display: none;
  }
}

.stat-box h2 {
  font-size: 48px;
  font-weight: 800;
  color: #0d1b2a;
}

.prefix,
.suffix {
  font-size: 48px;
  font-weight: 800;
  color: #0d1b2a;
}