

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

/* Colores neon para íconos */
.text-neon-green  { color: #00ff99; }
.text-neon-orange { color: #ff6f00; }
.text-neon-purple { color: #8a2be2; }

#transporte-de-carga h2{
  font-size: 2.8rem !important;
  color: #03d670 !important;
  font-weight: 600 !important;
}
#transporte-de-carga h2{
font-size: 2.8rem !important;
  font-weight: 600 !important;
  text-decoration: none;
text-align: left;
padding-right: 20px;
}
#transporte-de-carga ul li, #transporte-de-carga .lead, #transporte-de-carga p {

  font-size: 16px;
  color: #fff !important;
  font-weight: 600;
  margin: 7px auto 0;
  margin-bottom: 0px;
  margin-bottom: 0;
  
}
#carouselTransporte {
 position: relative;
 max-width: 410px;
}
#carouselTransporte img {
border-radius: 0 25px;
}

#transporte-de-carga .badge {
  background-color: rgba(255, 255, 255, 0.15) !important; /* Fondo translúcido */
  color: #ffffff !important; /* Texto blanco */
  border: 1px solid rgba(255, 255, 255, 0.25); /* Borde sutil */
  backdrop-filter: blur(6px); /* efecto glass suave */
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1); /* brillo difuso */
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

#transporte-de-carga .badge i {
  color: #fe6100 !important; 
}

#transporte-de-carga .badge:hover {
  background-color: rgba(32, 201, 151, 0.25) !important; 
  box-shadow: 0 0 12px rgba(32, 201, 151, 0.5);
  transform: translateY(-2px);
}

#transporte-de-carga .lead.text-muted.fs-3 {
  color: #f5f5f5 !important;         
  line-height: 1.6;                 
  font-weight: 500;                
  text-shadow: 0 0 10px rgba(0, 255, 128, 0.08); 
  letter-spacing: 0.3px;             
  margin-bottom: 1.5rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  font-size: 16px !important;
}