.navbar-brand-logo-top {
    width: 100%;
    min-width: 11.5rem;
    max-width: 11.5rem;
}
.navbar-brand-logo {
    width: 100%;
    min-width: 15.5rem;
    max-width: 13.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 32px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 10000;
	padding: 7px;
}
.whatsapp:focus:hover, .whatsapp:hover {
  color: #ffffffba;
}
.hs-nav-scroller-horizontal .nav .nav-link {
    white-space: break-spaces;
}.dropdown-menu .dropdown-item {
    white-space: normal;  /* Permite que el texto haga salto de línea */
}
.dropdown-item {
    padding: 5px;
}
