/* Sticky banner sobre el menú */
.villares-topbanner {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

/* Ajuste para que quede bien en desktop y mobile */
.villares-topbanner .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.villares-topbanner__link,
.villares-topbanner__text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.villares-topbanner__link {
  text-decoration: none;
  color: inherit;
}

.villares-topbanner__link:hover {
  text-decoration: underline;
}
