.bgbronw {
    background-color: #563419;
  }

  .bggreen {
    background-color: #5cbd58;
  }

  .bgblue {
    background-color: #40717b;
  }

  .txgreen {
    color: #5cbd58;
  }

  .txblue {
    color: #40717b;
  }

  
  .shablue {
    border-radius: 5px;
    box-shadow: 7px 7px #40717b;
  }

  .shagreen {
    border-radius: 5px;
    box-shadow: 7px 7px #5cbd58;
  }

  .shabrown {
    border-radius: 5px;
    box-shadow: 7px 7px #563419;
  }

  
  .fs-0 {
    font-size: 4.5rem;
  }

  .nav-link.active {
    color: #5cbd58 !important;
  }

  .nav-link {
    font-size: 18px;
    margin-right: 10px;
  }

  
  .fs-01 {
    font-size: 60px;
  }

  .btn2 {
    width: 500px;
  }

  .nav-link.active {
    color: #5cbd58 !important;
  }

  .nav-item .active {
    font-weight: bold;
  }

  .nav-link.active:hover,
  .nav-link.active:focus {
    color: #5cbd58 !important;
    transition: 0.3s;
  }

  body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* Evita el desbordamiento horizontal */
  }

  .text-justify {
  text-align: justify;
}

.dropdown-item .active, .dropdown-item.active, .dropdown-item:active{
  color: white !important;
  background-color: #5cbd58 !important;
}
