body {
  margin: 0;
  padding-top: 180px; /* Espacio para navbar fixed */
}
.navbar-completo {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  z-index: 999;
}

.top-bar {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 12px 24px;
}

.top-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}

.top-left a i {
  margin-right: 8px;
  transition: 0.3s ease;
}

.top-left a i:hover {
  transform: scale(1.15);
  color: #0056B8;
}

.top-center img {
  height: 90px;
  transition: 0.3s ease;
}

.top-center img:hover {
  transform: scale(1.03);
}

.top-right {
  display: flex;
  justify-content: center;
}

.btn-header {
  font-size: 10pt;
  padding: 6px 20px;
  border-radius: 6px;
}

.menu-bar {
  background: #ffffff;
  padding: 12px 0;
}

.navbar-sanantonio .nav-link {
  background: #26988A;
  color: #ffffff !important;
  font-weight: 500;
  border-radius: 6px;
  padding: 0.55rem 1.1rem;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.navbar-sanantonio .nav-link:hover {
  background: #0056B8;
  color: #ffffff !important;
}

.dropdown-menu {
  margin-top: 0.4rem;
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.dropdown-item {
  transition: 0.2s ease;
}

.dropdown-item:hover {
  background: #f1f1f1;
  padding-left: 22px;
}
.btn-san-antonio {
  background-color: #0056B8;
  border-color: #0056B8;
  color: #fff;
}

.btn-san-antonio:hover {
  background-color: #004a9f; /* un poco más oscuro para hover */
  border-color: #004a9f;
}

.btn-san-antonio img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
}
.img-redes {
  height: 25px; /* ajusta según necesites */
  width: auto;
}
@media (max-width: 992px) {

  body {
    padding-top: 220px; /* Más espacio cuando se apila */
  }

  .top-bar-container {
    flex-direction: column;
    gap: 15px;
  }

  .top-left,
  .top-center,
  .top-right {
    width: 100%;
    text-align: center;
  }

  .top-center img {
    height: 55px;
  }

  .top-right .dropdown {
    width: 100%;
  }

  .top-right .btn-header {
    width: 85%;
    max-width: 260px;
    font-size: 9pt;
    padding: 5px 14px;
  }

  .navbar-toggler {
    display: block;
    margin: 0 auto;
  }

  .navbar-collapse {
    background: #ffffff;
    padding: 15px;
  }

  .navbar-sanantonio .nav-link {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-nav {
    gap: 10px !important;
  }
}
