.fondo-nav {
  background: #000000;
}

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

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

.spacer {
  flex: 1 1 auto;
}

.centro {
  text-align: center;
}

.titulo {
  color: #96ca59;
  font-weight: bold;

}

.login-page {
  width: 360px;
  padding: 3% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 25px;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  text-transform: uppercase;
  outline: 0;
  background: #76b900;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #96ca59;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #304e93;
  text-decoration: none;
}

.form .message a:hover {
  color: #96ca59;
  text-decoration: none;
}

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

.img-logo{
  width: 85%;
}

.img-logo1{
  width: 75%;
}

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