  header {
    margin-bottom: 8px;
  }

  .nav-menu-link span {
    color: white !important;
  }

  .custom-nav {
    background-color: #0D7F0D !important;
    min-height: 80px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

  }


  .nav-menu-link {
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: bold;
  }

  .nav-menu-link:hover {
    background-color: #3AA330;
    transition: 0.5s;
  }

  .only-icon .nav-link span {
    display: none;

  }

  .icon {
    font-size: 2em;
    color: #f5f5f5;
  }

.titulo-header {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 700px;
  padding: 0 15px;
  z-index: 10;
}

  .botones-derecha {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .botones-derecha .btn {
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 1em;
    transition: 0.3s ease-in-out;
  }


  .btn-sgn {
    font-size: 1.2em;
    padding: 15px 30px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #FFDF5E, #FFD631);
    color: #6E4E00 !important;
    border: none;
    position: relative;
    font-weight: bold;
  }

  .btn-sgn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    width: 90%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }



  @media (min-width: 992px) {
    .menu-btn {
      display: none !important;
    }
  }

  @media (max-width: 991px) {
    .menu-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 20px;
      font-weight: bold;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
    }
  }

  @media (max-width: 768px) {


    .navbar-nav .nav-link i {
      font-size: 1.5em;
    }

    .sign-in-btn span {
      display: none;/
    }

    .sign-in-btn i {
      font-size: 1.5em;
      display: inline-block;
    }


    .sign-in-btn {
      padding: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }


    .navbar-nav {
      flex-direction: row;
      gap: 20px;
      justify-content: center;
    }

  .titulo-header {
    position: static !important;
    transform: none !important;
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
  }

  .navbar-brand {
    margin-right: 10px;
  }

  .container-fluid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  }