.navbar-nav .nav-link {
      color: #99001f !important;
      font-weight: 500;
    }

    .navbar-nav .nav-link:hover {
      color: #99001f !important;
    }

    .dropdown-menu {
      background-color: #99001f !important;
      border: none;
    }

    .dropdown-item {
      color: #fff;
      transition: all 0.3s ease;
    }

    .dropdown-item:hover {
      background-color: #fff !important;
      color: #99001f !important;
    }

    @media (min-width: 992px) {
      .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }

    .navbar-brand img {
      height: 120px;
    }

    .top-bar {
      background-color: #f8f9fa;
      padding: 5px 20px;
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .contact-info span {
      margin-right: 15px;
      color: #333;
    }

    .contact-info img {
      height: 16px;
      margin-right: 5px;
    }

    .navbar-toggler {
      border-color: #99001f;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(153,0,31,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* Evitar desbordamiento de menús desplegables */
    .dropdown-menu {
      min-width: 250px;
      white-space: nowrap;
    }

    .dropdown-menu-end {
      right: 0 !important;
      left: auto !important;
      transform: none !important;
    }

    /* Asegurar que los últimos dropdowns no se desborden */
    .navbar-nav .nav-item:nth-last-child(-n+2) .dropdown-menu {
      right: 0;
      left: auto;
    }

    /*ajustar logo en modo celular*/
    @media (max-width: 768px) {
  .footer-section.social {
    margin: 10px 0 5px 0;
  }

  .navbar-brand img {
      height: 100px;
    }

}