
    body {
      scroll-behavior: smooth;
    }

    .hero {
  height: 100vh;
  background: url('../img/reclutamiento.jpg') center center / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay oscuro premium */
.hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(11,28,61,0.9), rgba(27,63,139,0.85));
  top: 0;
  left: 0;
}

/* Asegura que el contenido esté encima */
.z-1 {
  z-index: 1;
}

    .navbar {
      transition: all 0.3s ease;
    }

    .card:hover {
      transform: translateY(-8px);
      transition: 0.3s;
    }

    .btn-warning {
      background-color: #ff7a00;
      border: none;
      color: #fff;
    }

    .btn-warning:hover {
      background-color: #e56d00;
      color: #d1d5db;
    }
  
.cta-box h2 {
  color: #fff;
}

.modulos {
    background-color: #fff6ef;
}

.modulos h2, h5 {
    color: #0E3B5F;
}

.beneficios h3, h2{
    color: #0E3B5F;
}

.beneficios .text-muted {
    color: #ed7615 !important;
}

.cta-section {
  padding: 120px 0;
  background: radial-gradient(circle at top left, #ffa566, #565b65);
  position: relative;
  overflow: hidden;
}

/* Glow effect */
.cta-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #ff7a00;
  filter: blur(180px);
  top: -100px;
  right: -100px;
  opacity: 0.3;
}

/* Caja central */
.cta-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 60px 40px;
  color: white;
  max-width: 800px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Texto */
.cta-box h2 {
  font-size: 2.5rem;
}

.cta-box p {
  font-size: 1.1rem;
  color: white;
}

/* Botón */
.cta-box .btn {
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.3s;
}

.cta-box .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255,122,0,0.5);
}

    footer {
  background: #0E3B5F;
  padding: 28px 0;
  color: #9aa4b2;
}

.border-warning {
    border: #e56d00;
}

/* Botón WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.ai-section {
  padding: 120px 0;
  /*background: radial-gradient(circle at top right, #ff8818, #ffca97);*/
  color: muted;
  position: relative;
  overflow: hidden;
}

.ai-section ul li {
    color: #0E3B5F;
}

/* Glow effect premium */
.ai-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: #ff7a00;
  filter: blur(200px);
  top: -150px;
  left: -150px;
  opacity: 0.25;
}

/* Cards */
.ai-card {
  /*background: rgba(255,255,255,0.05);*/
  /*background: radial-gradient(circle at top right, #ff8818, #ffca97);*/
  background-color: #f9e8d8;
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.ai-card:hover {
  transform: translateY(-8px);
}

/* Lista */
.ai-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.ai-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #d1d5db;
}

.about-section {
  background: #0e0f14;
}


/* About us */
.about-lead {
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 20px;
}

.about-highlight {
  margin-top: 20px;
  font-weight: 600;
  color: #0d6efd;
}

.about-card {
  background: linear-gradient(135deg, #1a1d29, #111);
  padding: 40px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.about-card h3 {
  margin-bottom: 20px;
}

.about-card ul {
  list-style: none;
  padding: 0;
}

.about-card li {
  margin-bottom: 10px;
  font-size: 1rem;
}