.fondo-nav {
  background: #000000;
  position: relative;
}

.color-text-nav {
  color: white;
  display: block;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.non-home-nav .color-text-nav {
  font-size: 0.95rem;
}

.color-text-nav:hover {
  text-decoration: none;
  color: #96ca59;
}

.cache-clear-link {
  color: #76b900;
}

.cache-clear-link:hover {
  color: #8ad900;
}

.home-nav-link {
  color: #76b900;
}

.home-nav-link:hover {
  color: #8ad900;
}

.spacer {
  flex: 1 1 auto;
}

.navbar-balanced {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 65px;
  padding: 0.35rem 0.75rem;
}

.navbar-balanced-collapse,
.navbar-balanced .navbar-nav {
  align-items: center;
}

.navbar-balanced .navbar-brand,
.navbar-balanced .navbar-toggler,
.navbar-balanced .navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
}

.navbar-balanced .navbar-nav .color-text-nav {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.navbar-slot {
  display: flex;
  align-items: center;
}

.navbar-slot-left,
.navbar-slot-right {
  flex: 0 0 auto;
  gap: 0.35rem;
}

.navbar-slot-center,
.navbar-slot-center-mobile {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.navbar-slot-right {
  justify-content: flex-end;
  margin-left: auto;
  gap: 0.5rem;
}

.navbar-balanced-collapse {
  flex: 0 0 100%;
  order: 4;
  width: 100%;
  padding-bottom: .75rem;
}

.navbar-balanced-collapse .navbar-nav {
  margin-left: auto;
  width: 100%;
}

.nav-center-title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: none;
  pointer-events: none;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-logo img {
  height: 38px;
  width: auto;
  max-width: 120px;
  display: block;
}

.mobile-back-btn {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  width: auto;
  height: auto;
  gap: 6px;
  background: transparent;
  text-decoration: none;
  padding: 0;
}

.mobile-back-btn:hover {
  color: #96ca59;
  text-decoration: none;
}

.mobile-back-text {
  font-size: 12px;
  font-weight: 600;
}

.nav-mobile-title {
  padding: 0.35rem 0.75rem 0.25rem;
}

.home-nav-title {
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
}

.normal-nav-title {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .nav-center-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(13px, 4vw, 17px);
    line-height: 1.15;
  }

  .nav-mobile-title {
    margin-bottom: 0.25rem;
    text-align: center;
  }

  .nav-mobile-title .nav-center-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
  }

  .navbar-slot-right {
    margin-left: auto;
  }

  .navbar-logo img {
    height: 36px;
    max-width: 110px;
  }

  .mobile-back-btn {
    margin-right: 0.35rem;
  }

  .navbar-balanced-collapse .color-text-nav {
    color: #76b900;
  }

  .navbar-balanced-collapse .logout-link {
    color: #ffffff;
  }

}

@media (min-width: 992px) {
  .navbar-balanced {
    flex-wrap: nowrap;
  }

  .navbar-balanced-collapse {
    flex: 0 0 auto;
    order: 3;
    width: auto;
    margin-left: auto;
  }

  .navbar-balanced-collapse .navbar-nav {
    width: auto;
  }

  .navbar-balanced-collapse {
    padding-bottom: 0;
  }
}

.container {
  position: relative;
  z-index: 1;
  /* max-width: 300px; */
  margin: 0 auto;
}

.img-logo {
  width: 85%;
}

.img-logo1 {
  width: 100%;
}

.card-features {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  text-align: center;
  margin-top: 7%;
  margin-bottom: 7%;

  transition: 0.5s;
}

.card-features:hover {
  background: #96ca59;
  transform: skewY(3deg);
}

.card-features:hover .card-title {
  color: #304e93;
}

.card-features a {
  text-decoration: none;
}

.card-features .card-title {
  color: #96ca59;
  font-weight: bold;
}

.card-features .card-body {
  color: black;
}

.row-margin {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: 0;
  margin-right: 0;
}

.title-seccion {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 132.5%;
  text-align: center;
  margin-left: 20px;
  color: #304e93;
  display: block;
}

.subtitle-seccion {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 132.5%;
  margin-left: 20px;
  color: #96ca59;
  display: block;
}

/* body::-webkit-scrollbar {
  display: none !important;
} */

.navbar-nav .color-text-nav {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-left: 2px;
    margin-right: 2px;
}
.logout-link {
  margin-left: 0.75rem;
}
