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

.color-text-nav {
  color: white;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: bold;
}

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

.spacer {
  flex: 1 1 auto;
}

.nav-center-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: none;
  pointer-events: none;
}

.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;
}
