/* ------------------ NAVBAR ------------------ */
.bg-red-gradient {
  background: linear-gradient(90deg, #7f0000 0%, #780000 100%) !important;
}

.navbar-brand,
.nav-link {
  font-weight: 600;
  color: #fff !important;
}

.nav-link:hover {
  color: #ffffffcc !important;
}

/* Banderas */
.flag-icon {
  font-size: 26px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.bg-blue-gradient{ 
  background: linear-gradient(90deg, #7f0000 0%, #570101 100%) !important;
  /**background: linear-gradient(90deg, #004a7f 0%, #002a78 100%) !important; */
}