:root {
  --blue-1: #0e3b5f;
  --blue-2: #005b80;
  --orange-1: #eb7615;
  --orange-clr: rgba(241, 164, 74, 0.13);
  --orange-2: #f1a44a;
  --muted: #6c757d;
  --bg: #f5f7fb;
  --max-width: 1200px;
  --links-claro: #fbe6ca;
  --titulos: #414449;
  --bg-2: #fef6ec;
  --bg-banner: #eefaff;
}

body {
  background-color: var(--orange-clraro);
}

/* Navbar */
.navbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

/* Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: var(--blue-2);
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #eb7615;
}

/* Botón */
.btn {
  padding: 10px 20px;
  background: #eb7615;
  color: #fff;
  text-decoration: none;
  font-weight: regular;
  border-radius: 5px;
  transition: background 0.3s;
  border: none;
}

.btn:hover {
  background: #eb8f44;
}

.dropdown-item {
  color: #0e3b5f !important;
}

.nav-link:hover {
  color: #f1a44a !important;
}

.hero {
  /*
    background:
    linear-gradient(180deg, rgba(14, 59, 95, 0.85) 0%, rgba(0, 91, 128, 0.7) 100%),
        url('https://images.unsplash.com/photo-1526378727200-2b2d1a7f0c32?q=80&w=1600&auto=format&fit=crop&sat=-20') center/cover no-repeat;
        */
  background: linear-gradient(
    180deg,
    rgba(14, 59, 95, 1),
    rgba(0, 91, 128, 1)
  ) !important;
  color: #fff;
  padding: 80px 0;
  position: relative;
}

/* CARDS / SITE SECTIONS */
.section {
  padding: 64px 0;
}

h5 {
  font-size: 1.3rem;
}

.card-soft {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  );
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.feature-card {
  /*
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(0, 0, 0, 0.14));
    */
  background-color: #f8fafc;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #071025;
  box-shadow: 0 20px 40px rgba(3, 10, 18, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(3, 10, 18, 0.7);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent);
  margin-bottom: 16px;
}

.feature-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

/* process card */
.process-card {
  /*
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(0, 0, 0, 0.14));
    */
  background-color: var(--links-claro);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--dv-blue);
  box-shadow: 0 20px 40px rgba(3, 10, 18, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(3, 10, 18, 0.7);
}

.process-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent);
  margin-bottom: 16px;
}

.process-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.process-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

/* fin process card */

/* SOLUTIONS CARDS (4) */

.bg-sol {
  background-color: rgba(239, 239, 239, 0.2);
}

.solution-card {
  background: linear-gradient(
    135deg,
    #0b1220 0%,
    rgba(13, 110, 253, 0.06) 100%
  );
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 16px 40px rgba(6, 10, 20, 0.6);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.solution-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.18), #071025);
  box-shadow: 0 28px 70px rgba(13, 110, 253, 0.12);
}

.solution-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.01)
  );
  color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.6);
}

.solution-card h5 {
  font-weight: 800;
  margin-bottom: 6px;
}

.solution-card p {
  color: var(--muted);
  margin-bottom: 12px;
}

/* small utilities */
.muted {
  color: var(--muted);
}

.center {
  text-align: center;
}

footer {
  background: #05070c;
  padding: 28px 0;
  color: #9aa4b2;
}

@media (max-width: 767px) {
  .hero {
    padding: 40px 0;
  }

  .hero h1 {
    font-size: 1.9rem;
  }
}

/* Estilos Banner New */

.hero {
  /*
    background:
    linear-gradient(180deg, rgba(14, 59, 95, 0.85) 0%, rgba(0, 91, 128, 0.7) 100%),
        url('https://images.unsplash.com/photo-1526378727200-2b2d1a7f0c32?q=80&w=1600&auto=format&fit=crop&sat=-20') center/cover no-repeat;
        */
  background: var(--blue-1);
  color: #fff;
  padding: 60px 0;
  position: relative;
}

.hero .eyebrow {
  color: var(--orange-1);
  font-weight: 600;
  letter-spacing: 0.6px;
}

.hero h1 {
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.hero p.lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

/* 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);
}

/* Casos de uso */

strong {
  font-weight: bold;
}

/* ======================
   CARD BASE (Desktop)
====================== */
.custom-card {
  border: none;
  border-left: 5px solid #ff6600; /* Acento naranja */
  box-shadow: 0 4px 8px rgba(255, 102, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  min-height: 130px; /* Altura mínima en desktop */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hover solo para dispositivos con mouse */
@media (hover: hover) {
  .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(255, 102, 0, 0.25);
  }
}

/* Texto naranja */
.orange-text {
  color: #ff6600;
}

/* ======================
   RESPONSIVE - Tablets
====================== */
@media (max-width: 768px) {
  .custom-card {
    min-height: auto; /* Se adapta al contenido */
    padding: 1.25rem;
  }
}

/* ======================
   RESPONSIVE - Móviles
====================== */
@media (max-width: 576px) {
  .custom-card {
    border-left: none; /* Quitamos borde lateral */
    border-top: 4px solid #ff6600; /* Lo pasamos arriba */

    min-height: auto;
    padding: 1.5rem;
    box-shadow: 0 3px 6px rgba(255, 102, 0, 0.2);
  }
}

.icon-box img {
  width: 80px;
  margin-bottom: 15px;
}

.bg-azul-claro {
  background-color: rgba(238, 250, 255, 0.5);
}

:root {
  --dv-blue: #005b80;
  --dv-orange: #eb7615;
  --dv-gray: #f4f6f8;
  --text-dark: #111827;
  --text-muted: #6b7280;
}

.btn-primary {
  background-color: var(--dv-orange);
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #d86710;
}

.section {
  padding: 80px 0;
}

.section-light {
  background-color: var(--dv-gray);
}

.badge-dv {
  background-color: rgba(0, 91, 128, 0.1);
  color: var(--dv-blue);
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 20px;
}

.icon-box {
  background: rgba(254, 241, 214, 0.3);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-box p {
  color: var(--text-muted);
}

.img-banner img {
  width: 80%;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.modern-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-list li {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  transition: background 0.3s ease;
}

.modern-list li:not(:last-child) {
  margin-bottom: 12px;
}

.modern-list li:hover {
  background: rgba(13, 110, 253, 0.08);
}

.modern-list .icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eb7615, #ffa566);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.modern-list strong {
  display: block;
  font-size: 15px;
}

.modern-list p {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

.bg-light {
  background-color: var(--orange-clr) !important;
}

.bg-azul-claro {
  background-color: var(--bg-banner);
}
