
h1, h2, h3, h4, h5, h6 ul li a {
    font-family: 'Audiowide', sans-serif;
 }

 /* INICIO DISEÑO DE MAPA DE COLOMBIA DE INICIO Y CONTACTO*/

 .mapa-colombia {
    width: 110%;
    max-width: 2000px;
    height: auto;
    margin-top: -50px; /* <- Esto lo sube hacia arriba */
    animation: pulseGlow 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px #dfe5e5);
  }
  
  @keyframes pulseGlow {
    0% {
      filter: drop-shadow(0 0 5px #f0f4f5);
    }
    50% {
      filter: drop-shadow(0 0 20px #e3eaea);
    }
    100% {
      filter: drop-shadow(0 0 5px #fcfcfc);
    }
  }
  
  /* Responsivo */
  @media (max-width: 768px) {
    .contact_section_2 .row {
      flex-direction: column;
    }
  
    .mapa-colombia {
      margin-top: 30px;
      max-width: 100%; /* ADAPATCIÓN PARA PANTALLAS PEQUEÑAS */
    }
  }

  /* FIN DE LA SECCION DE MAPA DE COLOMBIA DE INICIO Y CONTACTO */

/* DISEÑO PAGINA DE SERVICIOS */
 /* INICIO DISEÑO SECCION DE CIBERSEGURIDAD */

 .cyber-scan-animation {
  background-color: #111;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2e64d1;
  margin: 0; /* Sin margen por defecto */
  margin-top: 103px; /* Espacio superior para separar del contenido anterior */
}

.scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #2e64d1, transparent);
  animation: scan 3s linear infinite;
}

@keyframes scan {
  0% { top: 0; }
  100% { top: 100%; }
}

.binary-code {
  font-family: 'Consolas', monospace;
  color: #f3f3f3;
  font-size: 18px;
  text-align: center;
  animation: blink 1s infinite alternate;
}

@keyframes blink {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

.shield-svg {
  width: 100%;
  height: auto;
  max-width: 80px; /* Límite en desktop */
}

@media (max-width: 768px) {
  .cyber-scan-animation {
      margin: 15px; /* Espacio igual en todos los lados */
      /* O si prefieres controlar cada lado por separado: */
      /* margin: 10px 15px 10px 15px; */ /* arriba derecha abajo izquierda */
  }
  
  .binary-code {
      font-size: 12px; /* Tamaño más pequeño para móvil */
      word-break: break-word; /* Asegura que el código no desborde */
  }
}

/* FIN DISEÑO SECCION DE CIBERSEGURIDAD */
/*FIN SECCION DE PAGINA DE SERVICIOS */


/* INICIO SECCION DE ALGUNOS DE NUESTROS CLIENTES INICIO Y SERVICIOS */
 /* Contenedor del borde */
.border_main {
width: 100%;
height: 316px; /* altura fija para todos */
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #fff;
border-radius: 10px;
}

.watchs_taital {
  opacity: 0;
  margin-bottom: 40px;
  transform: scale(0.95);
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 0.6s;
}

.about_text {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInFade 0.7s ease-out forwards;
  padding: 20px;
  margin-bottom: 25px;
  border-left: 4px solid transparent;
  transition: all 0.4s ease;
}

.about_text:nth-child(1) {
  animation-delay: 0.9s;
  border-left-color: #e7e13e; /* Azul para Transparencia */
}

.about_text:nth-child(2) {
  animation-delay: 1.2s;
  border-left-color: #4a90e2; /* Verde para Compromiso */
}

.about_text:nth-child(3) {
  animation-delay: 1.5s;
  border-left-color: #ff6b6b; /* Rojo/Naranja para Innovación */
}

/* Efecto hover para los valores */
.about_text:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.1);
}

.seemore_bt_1 {
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: 1.8s;
}

.seemore_bt_1 a {
  transition: all 0.3s ease;
  display: inline-block;
}

.seemore_bt_1 a:hover {
  transform: translateX(10px);
  text-decoration: underline;
}

/* Keyframes personalizados */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
      opacity: 0;
      transform: scale(0.95);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes slideInFade {
  from {
      opacity: 0;
      transform: translateX(-30px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* DISEÑO DE CINTA DE IMAGENES MOVIL - CORREGIDO */
.about_section_3 {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  margin: 60px 0;
}

/* Fondo degradado para efecto de desvanecimiento */
.about_section_3::before,
.about_section_3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.about_section_3::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

.about_section_3::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

/* Contenedor de la cinta */
.logo-tape {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: scrollTape 15s linear infinite;
}

/* Elementos individuales de la cinta */
.border_main {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}

.border_main:hover {
  transform: scale(1.05);
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

.border_main:hover img {
  filter: grayscale(0%) brightness(1.3);
}

.image_4 img {
  max-width: 70%;
  max-height: 70%;
  filter: grayscale(30%) brightness(1.2);
  transition: all 0.3s ease;
  margin-top: 15px;
}

.border_main:hover .image_4 img {
  filter: grayscale(0%) brightness(1.5);
  transform: scale(1.1);
}

/* Animación de desplazamiento - VERSIÓN CORREGIDA */
@keyframes scrollTape {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%); /* Para loop infinito perfecto */
  }
}

/* Responsive */
@media (max-width: 768px) {
  .border_main {
      width: 145px;
      height: 120px;
      margin: 0 15px;
  }
  
  .about_section_3::before,
  .about_section_3::after {
      width: 50px;
  }
  
  /* Animación específica para móvil si es necesaria */
  .logo-tape {
      animation: scrollTapeMobile 12s linear infinite;
  }
  
  @keyframes scrollTapeMobile {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-50%);
      }
  }
}

  /* DISEÑO DE ICONO DE DARK CODE */
  .carousel-control-prev, .carousel-control-next {
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  background: rgba(0, 168, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 168, 255, 0.5);
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background: rgba(0, 168, 255, 0.4);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 168, 255, 0.5);
}

.carousel-control-prev i, .carousel-control-next i {
  transition: all 0.3s ease;
  text-shadow: 0 0 5px rgba(4, 61, 90, 0.7);
}

.carousel-control-prev:hover i {
  animation: pulse-left 0.5s ease;
  color: #ffffff;
}

.carousel-control-next:hover i {
  animation: pulse-right 0.5s ease;
  color: #083d58;
}

@keyframes pulse-left {
  0% { transform: translateX(0); }
  50% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

@keyframes pulse-right {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.valores-container {
  margin-top: 30px;
}

.valor-card {
  opacity: 0;
  transform: translateY(30px);
  padding: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border-left: 4px solid;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Colores para cada tarjeta */
.valor-card:nth-child(1) { border-left-color: #4a90e2; animation-delay: 0.3s; }
.valor-card:nth-child(2) { border-left-color: #50c878; animation-delay: 0.6s; }
.valor-card:nth-child(3) { border-left-color: #ff6b6b; animation-delay: 0.9s; }
.valor-card:nth-child(4) { border-left-color: #f9a825; animation-delay: 1.2s; }
.valor-card:nth-child(5) { border-left-color: #7b1fa2; animation-delay: 1.5s; }
.valor-card:nth-child(6) { border-left-color: #0097a7; animation-delay: 1.8s; }
.valor-card:nth-child(7) { border-left-color: #d32f2f; animation-delay: 2.1s; }

.valor-icon {
  font-size: 32px;
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}

.valor-title {
  font-family: 'Audiowide', sans-serif;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}

.valor-text {
  color: #e0e0e0;
  line-height: 1.6;
}

/* Efecto hover */
.valor-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.1);
}

.valor-card:hover .valor-icon {
  transform: scale(1.2) rotate(10deg);
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .valor-card {
    animation: fadeInUpMobile 0.7s ease-out forwards;
  }
  
  @keyframes fadeInUpMobile {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Ajustar delays para móviles */
  .valor-card:nth-child(1) { animation-delay: 0.2s; }
  .valor-card:nth-child(2) { animation-delay: 0.4s; }
  .valor-card:nth-child(3) { animation-delay: 0.6s; }
  .valor-card:nth-child(4) { animation-delay: 0.8s; }
  .valor-card:nth-child(5) { animation-delay: 1.0s; }
  .valor-card:nth-child(6) { animation-delay: 1.2s; }
  .valor-card:nth-child(7) { animation-delay: 1.4s; }
}

/* FIN SECCION DE ALGUNOS DE NUESTROS CLIENTES INICIO Y SERVICIOS */

/* DISEÑO DE ESTILO PARA WHATSAPP */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  
  .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: whatsappPulse 2s infinite;
  }
  
  .whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    text-decoration: none;
  }
  
  .whatsapp-button svg {
    transition: transform 0.3s ease;
  }
  
  .whatsapp-button:hover svg {
    transform: scale(1.1);
  }
  
  @keyframes whatsappPulse {
    0% {
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
      box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
    }
    100% {
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .whatsapp-float {
      bottom: 15px;
      right: 15px;
    }
    
    .whatsapp-button {
      width: 55px;
      height: 55px;
    }
    
    .whatsapp-button svg {
      width: 25px;
      height: 25px;
    }
  }
 /* FIN DE DISEÑO DE ESTILO PARA WHATSAPP */
  