.titulo-underline {
  color: #0a2153; /* azul marino */
  display: inline-block;
  border-bottom: 4px solid #1654c2; /* azul para el subrayado */
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.navbar-brand {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  width: 100%; /* Ocupa todo el ancho disponible */
  padding: 0; /* Para evitar espacios extra */
}

.logo-img {
  max-width: 120px; /* Tamaño máximo ancho */
  max-height: 120px; /* Tamaño máximo alto */
  width: auto;      /* Ancho automático para respetar proporción */
  height: auto;     /* Alto automático */
  object-fit: contain;
  border-radius: 5px;
  background: #f5f5f5;
  margin: 0 auto;   /* Centrado horizontal adicional */
  display: block;   /* Para que margin auto funcione */
}


.firma {
  color: #0a2153; /* azul marino coherente con el título */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 40px;
  line-height: 1.6;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-left: 4px solid #1654c2; /* línea vertical azul para adornar */
  padding-left: 20px;
  background: #f0f7ff; /* suavemente azul para diferenciar del fondo */
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(22 84 194 / 0.2);
}
.firma strong {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.1rem;
}
.firma .contacto {
  margin-top: 15px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}



.navbar-custom {
  background: linear-gradient(90deg, #0a2153 60%, #1654c2 100%);
  border-radius: 16px;
  margin-top: 30px;
  box-shadow: 0 4px 22px 0 rgba(16, 69, 156, 0.14), 0 2px 4px rgba(8,52,137,0.14);
  padding: 0.4rem 1.2rem;
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.45rem;
  color: #fff !important;
  letter-spacing: 0.1em;
  text-shadow: 1px 2px 8px #12263d33;
}

.navbar-nav .nav-link {
  color: #f7f8fc !important;
  margin: 0 8px;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 16px;
  transition: background 0.25s, color 0.25s, transform 0.18s;
  padding: 8px 18px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: #fff;
  color: #0a2153 !important;
  box-shadow: 0 3px 8px #1654c245;
  transform: translateY(-2px) scale(1.04);
}

.navbar-toggler {
  border: none;
  padding: 6px 10px;
  border-radius: 12px;
  background: #0a2153;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1654c2;
}
.navbar-toggler-icon {
  filter: invert(1);
}


.hero-section {
  background: linear-gradient(105deg, #e8f0fd 40%, #cbdaf6 100%);
  border-radius: 20px;
  padding: 48px 18px 38px 18px;
  box-shadow: 0 12px 32px 0 rgba(16, 69, 156, 0.10);
  margin-top: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.hero-section h1 {
  color: #0a2153;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  font-size: 2.4rem;
}
.hero-section p {
  color: #203a75;
  font-size: 1.15rem;
  max-width: 630px;
  margin: 0 auto 18px auto;
}
.hero-section .btn-primary {
  background: #1654c2;
  border: none;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 16px;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px #1654c22a;
  transition: background 0.23s;
}
.hero-section .btn-primary:hover {
  background: #0a2153;
}
.hero-img {
  max-width: 260px;
  height: auto;
  margin-bottom: 25px;
  margin-top: 15px;
  border-radius: 16px;
  box-shadow: 0 10px 28px #1654c225;
}


.carousel-box {
  background: linear-gradient(103deg, #e9f2fe 55%, #c2d7fc 100%);
  color: #0a2153;
  border-radius: 20px;
  box-shadow: 0 8px 32px #1654c230;
  padding: 45px 40px 38px 40px;
  min-height: 250px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.carousel-title {
  color: #1654c2;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.carousel-text {
  font-size: 1.11rem;
  color: #21407d;
  font-weight: 500;
}
.carousel-indicators [data-bs-target] {
  background-color: #1654c2;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0.7) saturate(2);
}



.direccion-card {
  background: linear-gradient(110deg,#e9f2fe 55%,#c2d7fc 100%);
  border-radius: 16px;
  box-shadow: 0 6px 18px #1654c222;
  border-left: 5px solid #1654c2;
  max-width: 650px;
  margin: 44px auto 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.direccion-card .icon-side {
  background: #1654c2;
  color: #fff;
  padding: 42px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  min-width: 98px;
  height: 100%;
}
.direccion-card .info-side {
  flex: 1;
  padding: 30px 24px 26px 28px;
  color: #0a2153;
}
.direccion-card h5 {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #1654c2;
}
.direccion-card .direccion {
  margin-bottom: 13px;
  font-size: 1.07rem;
}
.direccion-card .ver-mapa {
  color: #fff;
  background: #1654c2;
  padding: 8px 22px;
  border-radius: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background .22s, color .22s;
  display: inline-block;
}
.direccion-card .ver-mapa:hover,
.direccion-card .ver-mapa:focus {
  background: #0a2153;
  color: #e9f2fe;
}
@media (max-width: 600px) {
  .direccion-card {
    flex-direction: column;
    align-items: stretch;
  }
  .direccion-card .icon-side {
    border-radius: 16px 16px 0 0;
    padding: 26px 0;
    font-size: 2.2rem;
    min-width: 100%;
  }
}



.background-adornado {
  background: linear-gradient(120deg, #e9f2fe 60%, #c2d7fc 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.blob-decor {
  position: absolute;
  width: 320px;
  height: 220px;
  background: #1654c221;
  border-radius: 50% 40% 60% 80% / 60% 40% 80% 50%;
  z-index: 0;
  filter: blur(12px);
  animation: floatBlob 7s ease-in-out infinite;
}
.blob-top-left {
  top: -70px;
  left: -90px;
}
.blob-bottom-right {
  bottom: -100px;
  right: -100px;
}
@keyframes floatBlob {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(20px);}
}

.card-custom {
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 12px rgb(22 84 194 / 0.12);
  background: #fff;
  position: relative;
  z-index: 2;
}
.card-custom:hover {
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 12px 32px rgba(22, 84, 194, 0.20);
  background: #f0f7ff;
}
.circle-img {
  width: 120px;
  height: 120px;
  margin: 20px auto 15px auto;
  border-radius: 50%;
  overflow: hidden;
  background: #1654c2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgb(22 84 194 / 0.24);
}
.circle-img img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.card-description {
  color: #0a2153;
  font-weight: 600;
  font-size: 1.09rem;
  padding: 0 20px 22px 20px;
  text-align: center;
  min-height: 70px;
}
@media (max-width: 600px) {
  .blob-decor {
    width: 150px; height: 100px;
  }
  .blob-top-left { top: -40px; left: -40px;}
  .blob-bottom-right { bottom: -50px; right: -50px;}
}


body {
  min-height: 100vh;
  background: linear-gradient(122deg, #e9f2fe 57%, #c2d7fc 85%, #e7eafe 100%);
  background-attachment: fixed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Opcional: detalles decorativos sutiles extra */
.body-decoration-top {
  position: fixed;
  top: -120px; left: -110px;
  width: 350px; height: 240px;
  background: #1654c21c;
  border-radius: 50% 35% 80% 32%/54% 62% 40% 55%;
  z-index: 0;
  filter: blur(14px);
  pointer-events: none;
}
.body-decoration-bottom {
  position: fixed;
  bottom: -105px; right: -110px;
  width: 400px; height: 230px;
  background: #0a215323;
  border-radius: 60% 50% 60% 90% / 50% 70% 50% 60%;
  z-index: 0;
  filter: blur(16px);
  pointer-events: none;
}

.numbers-section {
  background: linear-gradient(99deg, #e9f2fe 60%, #c2d7fc 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px #1654c220;
  padding: 45px 22px 38px 22px;
  margin: 55px auto 40px auto;
  max-width: 900px;
  position: relative;
}
.numbers-title {
  color: #0a2153;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.04em;
  font-size: 2rem;
}
.numbers-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 18px 36px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.numbers-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px #1654c220;
  padding: 30px 26px 24px 26px;
  flex: 0 1 180px;
  text-align: center;
  transition: transform .28s, box-shadow .28s;
  position: relative;
}
.numbers-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 38px #0a215330;
  background: #f0f7ff;
}
.numbers-icon {
  font-size: 2.6rem;
  color: #1654c2;
  margin-bottom: 18px;
}
.numbers-main {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0a2153;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.numbers-label {
  font-size: 1.09rem;
  color: #2966ac;
  font-weight: 600;
}
@media (max-width: 650px) {
  .numbers-row { flex-direction: column; gap: 22px 0; }
  .numbers-card { width: 100%; max-width: 320px; margin: 0 auto; }
}


/* Botón flotante de WhatsApp */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(37, 211, 102, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 1050;
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.3s ease;
}

.whatsapp-float-btn:hover {
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.9);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float-btn.pulse-animation {
  animation: pulse 2.5s ease-out 1;
}

/* Toast personalizado para mayor visibilidad */
#contactToast {
  font-size: 1.06rem;
  min-width: 270px;
  background: linear-gradient(90deg, #1654c2 50%, #21e487 120%);
  color: #fff;
  box-shadow: 0 6px 20px #458f6813;
  border-radius: 16px;
  border: none;
}
#contactToast a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
#contactToast a:hover {
  color: #0a2153;
  text-decoration: underline double;
}

/* PRODUCTOS INCIO*/
.producto-row {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 24px #1654c225;
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.producto-img {
  flex: 0 0 240px;
  min-width: 180px;
  background: #e9f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.producto-img img {
  max-width: 200px;
  max-height: 140px;
  width: 100%;
  object-fit: contain;
  border-radius: 14px;
}
.producto-info {
  flex: 1 1 320px;
  padding: 30px 30px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.producto-titulo {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1654c2;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.producto-descripcion {
  color: #203a75;
  font-size: 1.09rem;
  margin-bottom: 20px;
  flex: 1;
}

.producto-btns {
  display: flex;
  gap: 18px; /* espacio entre botones */
  flex-wrap: wrap; /* para que en pantallas pequeñas los botones bajen */
  margin-top: 10px;
}

.producto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366; /* verde WhatsApp */
  color: white;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 2px 10px #25d36650;
  transition: background 0.21s, color 0.16s, transform 0.18s;
  user-select: none;
  white-space: nowrap;
}

.producto-btn i {
  font-size: 1.4rem;
}

.producto-btn:hover {
  transform: translateY(-3px) scale(1.04);
  color: #0a2153;
}

/* Botón ficha técnica en otro color para diferenciar */
.producto-btn.ficha-btn {
  background: #1654c2; /* azul como botones similares previos */
  box-shadow: 0 2px 10px #1654c250;
}

.producto-btn.ficha-btn:hover {
  background: #143351;
  color: #fff;
}


/* Botón WhatsApp compacto con texto centrado abajo del icono */
.producto-btn {
  background: linear-gradient(95deg, #25d366 70%, #1654c2 110%);
  border: none;
  padding: 10px 0;
  border-radius: 16px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  box-shadow: 0 3px 14px #25d36655;
  text-decoration: none;
  transition: background 0.17s, box-shadow 0.18s, transform 0.18s;
  cursor: pointer;
  user-select: none;
}
.producto-btn i {
  font-size: 24px;
  margin-bottom: 4px;
  line-height: 1;
}
.producto-btn:hover {
  background: #21e487;
  color: #0a2153;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 7px 25px #3ccf7899;
}

/* Responsive */
@media (max-width: 800px) {
  .producto-row {
    flex-direction: column;
    align-items: stretch;
  }
  .producto-img {
    justify-content: center;
    padding: 18px;
  }
  .producto-info {
    padding: 22px 18px 16px 18px;
  }
  .producto-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.descargar-cat {
  background: linear-gradient(92deg, #1654c2 60%, #21e487 120%);
  color: #fff;
  border-radius: 18px;
  padding: 28px 18px;
  box-shadow: 0 8px 32px #1654c222;
  text-align: center;
  margin: 38px auto 0 auto;
  max-width: 480px;
}
.descargar-cat .cat-boton {
  display: inline-block;
  margin-top: 14px;
  background: #fff;
  color: #0a2153;
  font-weight: 800;
  padding: 13px 22px;
  border-radius: 14px;
  font-size: 1.07rem;
  text-decoration: none;
  box-shadow: 0 2px 8px #1654c233;
  transition: background 0.16s, color 0.16s;
}
.descargar-cat .cat-boton:hover {
  background: #1654c2;
  color: #fff;
}
/* PRODUCTOS FIN */


/* CONTACTANOS INICIO */
.seccion-contacto {
  background: linear-gradient(110deg,#e9f2fe 60%,#c2d7fc 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px #1654c226;
  padding: 50px 18px 36px 18px;
  margin: 64px auto 40px auto;
  max-width: 520px;
  text-align: center;
}
.contacto-titulo {
  color: #0a2153;
  font-weight: 800;
  margin-bottom: 18px;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.contact-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.contact-btns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 26px;
  font-size: 1.12rem;
  font-weight: 700;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 10px #25d36630;
  transition: background 0.21s, color 0.16s, transform 0.18s;
  min-width: 130px;
}
.contact-btns a.whats {
  background: #25d366;
}
.contact-btns a.mail {
  background: #1654c2;
}
.contact-btns a:hover {
  transform: translateY(-3px) scale(1.04);
  color: #0a2153;
}
.contact-btns a.whats:hover {
  background: #21e487;
}
.contact-btns a.mail:hover {
  background: #143351;
  color: #fff;
}

.frases-div {
  margin-top: 38px;
  font-size: 1.14rem;
  color: #1654c2;
  font-weight: 700;
  min-height: 32px;
  background: #e9f2fe;
  border-radius: 14px;
  padding: 18px 14px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 9px #1654c22a;
  transition: background 0.23s, color 0.22s;
}

.frases-div {
  margin-top: 38px;
  font-size: 1.14rem;
  color: #1654c2;
  font-weight: 700;
  min-height: 32px;
  background: #e9f2fe;
  border-radius: 14px;
  padding: 18px 14px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 9px #1654c22a;
  transition: opacity 0.7s cubic-bezier(.44,0,.72,1.04), background 0.23s, color 0.22s;
  opacity: 1;
}

.contact-btns a.phone {
  background: #0a2153; /* color azul oscuro */
  color: #fff;
  padding: 18px 26px;
  font-size: 1.12rem;
  font-weight: 700;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
  box-shadow: 0 2px 10px #0a215330;
  text-decoration: none;
  transition: background 0.21s, color 0.16s, transform 0.18s;
}

.contact-btns a.phone:hover {
  background: #143351;
  color: #fff;
  transform: translateY(-3px) scale(1.04);
}

.contact-btns a.phone i {
  font-size: 2rem;
}

/* CONTACTANOS FIN */

/* NOSOTROS INCIO */
/* Container central */
.nosotros-container {
  max-width: 1080px;
  margin: 60px auto 80px auto;
  padding: 0 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0a2153;
  line-height: 1.66;
  font-size: 1.08rem;
  position: relative;
}
.nosotros-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  background: linear-gradient(91deg, #e9f2fe 70%, #c2d7fc 100%);
  border-radius: 20px;
  padding: 38px 28px;
  margin-bottom: 32px;
  box-shadow: 0 4px 18px #1654c226;
}
.nosotros-header img {
  width: 100px; 
  height: 100px; 
  object-fit: contain;
  border-radius: 20px 44px 20px 44px;
  background: #fff;
  box-shadow: 0 2px 11px #1654c219;
}
.nosotros-header .intro-titulo {
  font-size: 2.18rem;
  font-weight: 800;
  color: #1654c2;
  margin-bottom: 7px;
  letter-spacing: 0.02em;
}
.nosotros-header .intro-frase {
  color: #204286;
  font-size: 1.13rem;
  font-style: italic;
  border-left: 4px solid #25d366; 
  padding-left: 14px;
  margin-top: 11px;
}

.nosotros-main h3, .nosotros-main h2 {
  font-weight: 800;
  color: #1654c2;
  border-left: 5px solid #25d366;
  padding-left: 14px;
  margin: 36px 0 19px 0;
  letter-spacing: 0.01em;
}
.nosotros-main strong, .nosotros-main b {
  color: #1654c2;
  font-weight: 700;
  background-color: #d7e4fb;
  padding: 2px 6px;
  border-radius: 4px;
}

/* ICONOS procesos */
.iconos-procesos {
  display: flex; gap: 32px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap;
}
.iconos-procesos .item {
  display: flex; flex-direction: column; align-items: center;
  width: 140px; min-width: 130px;
}
.iconos-procesos i {
  font-size: 2.35rem;
  color: #25d366;
  background: #e9f2fe;
  border-radius: 13px;
  padding: 11px 18px;
  margin-bottom: 9px;
  box-shadow: 0 2px 10px #1654c211;
}
.iconos-procesos span {
  font-size: 1rem;
  color: #204286;
  text-align: center;
}

/* LINEA DE TIEMPO */
.timeline-box {
  display: flex;
  gap: 36px;
  align-items: flex-end;
  margin: 33px 0 36px 0;
  padding-bottom: 12px;
}
.timeline-event {
  text-align: center;
  min-width: 146px;
}
.timeline-event .circle {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(96deg, #21e487 45%, #1654c2 110%);
  color: #fff;
  font-weight: bold;
  font-size: 1.06rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 7px auto;
  box-shadow: 0 2px 10px #1654c212;
}
.timeline-event .year {
  font-weight: bold; color: #1654c2;
}
.timeline-event .desc {
  font-size: 0.98rem; margin-top: 2px; color: #204286;
}
.timeline-connector {
  height: 4px; background: #21e487; flex: 1; align-self: center; margin: 0 4px;
  border-radius: 3px;
}

/* FOTO empresa/equipo */
.nosotros-foto {
  display: flex; justify-content: center; margin: 35px 0;
}
.nosotros-foto img {
  max-width: 270px; width: 100%; border-radius: 18px;
  box-shadow: 0 4px 28px #1654c220;
  border: 5px solid #fff;
}

/* TESTIMONIO */
.testimonio-block {
  background: linear-gradient(93deg, #e9f2fe 65%, #25d36618 135%);
  border-radius: 16px;
  box-shadow: 0 2px 14px #25d36617;
  margin: 33px 0 36px 0;
  padding: 24px 28px;
  text-align: left;
  position: relative;
}
.testimonio-block .quote-icon {
  color: #25d366; font-size: 2.3rem; opacity: 0.19; position: absolute; left:13px; top:20px;
}
.testimonio-block .texto {
  color: #204286;
  font-style: italic;
  font-size: 1.07rem;
  margin-bottom: 8px;
}
.testimonio-block .autor {
  font-weight: bold;
  color: #1654c2;
  font-size: 1rem;
}
.testimonio-block .cargo {
  color: #21e487;
  font-size: 0.95rem;
}

/* Banda logros rápidos */
.banda-logros {
  display: flex; gap: 30px; justify-content: center; background: #21e48718; border-radius: 18px; margin-bottom: 35px; padding: 13px 7px 9px 7px;
  flex-wrap: wrap;
}
.banda-logros .item {
  display: flex; align-items: center; gap: 8px;
  color: #1654c2; font-weight: 700; font-size: 1rem;
}
.banda-logros i {
  color: #21e487; font-size: 1.55rem;
}

/* Certificaciones/cinta logotipos */
.certificaciones {
  display: flex; gap: 18px; justify-content: center; align-items: center; flex-wrap: wrap;
  margin: 18px 0 10px 0;
}
.certificaciones img {
  max-height: 38px; border-radius: 6px; background: #fff; padding: 3px 9px; box-shadow: 0 2px 5px #1654c215; max-width: 120px;
}

@media (max-width: 800px) {
  .nosotros-header { flex-direction: column; text-align: center; }
  .timeline-box { flex-direction: column; gap: 15px; align-items: flex-start;}
  .timeline-event, .timeline-connector { min-width: unset;}
  .banda-logros {gap: 15px;}
}
/* NOSOTROS FIN */


/* ++++++++++++++++++++++++++++++++ */
.modal-ficha {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  padding: 20px;
}

.modal-ficha.active {
  display: flex;
}

.modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(22, 84, 194, 0.3);
  max-height: 80vh;
  overflow-y: auto;
  outline: none;
}

.modal-content h3 {
  color: #1654c2;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.6rem;
}

.tabla-ficha {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #203a75;
}

.tabla-ficha thead th {
  text-align: left;
  padding: 10px;
  background: #8da6f0;
  color: #0a2153;
}

.tabla-ficha tbody td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

@media (max-width: 576px) {
  .modal-content {
    max-width: 100%;
    padding: 20px;
    max-height: 90vh;
  }
}
