.btn-login-custom {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #0d4a9d;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  white-space: nowrap;
}

.btn-login-custom:hover {
  background-color: #0d4a9d;
  color: #fff;
  text-decoration: none;
}

.login-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  background-color: #0d4a9d;
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 999;
}

.login-dropdown-menu a.dropdown-link:hover {
  text-decoration: underline;
}

.login-dropdown:hover .login-dropdown-menu {
  display: block;
}

.login-dropdown {
  position: relative;
}
/* Hacer los títulos h6 blancos */
.login-dropdown-menu h6 {
  color: #fff;
}

@media (max-width: 992px) {
  /* Asegura que no se desborde en móviles */
  .login-dropdown-menu {
    right: auto;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}


/* Nosotros Inicio */
.card-enhanced {
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.card-enhanced:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.qs-card-line {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-top-width: 5px;
  border-top-style: solid;
  border-radius: 8px 8px 0 0;
}

.qs-icon-circle {
  width: 60px;
  height: 60px;
  background-color: #16243d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qs-icon {
  font-size: 1.8rem;
  color: #e9f2ff;
}

.qs-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0d4a9d;
  margin-bottom: 0.75rem;
}

.qs-card-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.qs-valores-list li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.5rem;
}

/* Nosotros Fin */
/* ? DISEÑO OFERTA EDUCATIVA INICIO */

.detalles-carreras h2 {
  font-weight: 800;
  color: #012b63;
}

.detalles-carreras .lista-inicios {
  list-style: none;
  padding-left: 0;
}

.detalles-carreras .lista-inicios li {
  margin-bottom: 3px;
}

.detalles-carreras .lista-campo {
  list-style: none;
  padding-left: 0;
}

.detalles-carreras .lista-campo li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #003c64;
}

.detalles-carreras img {
  border-radius: 10px;
}

.detalles-carreras .btn {
  border-radius: 50px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .detalles-carreras h2 {
    font-size: 1.6rem;
  }
}

.objetivo-title,
.perfil-title {
  color: #006f3c;
  font-weight: 750;
}

.objetivo-text,
.perfil-text {
  color: #003c64;
  font-size: 1rem;
  text-align: justify;
}