  .top-bar {
      background-color: #485843;
      color: white;
      font-size: 0.9rem;
      padding: 5px 15px;
    }
    .top-bar span {
      color: #ff5f5f;
      font-weight: bold;
    }
    .navbar-custom {
      background-color: #fff;
      padding: 10px 0;
    }
    .logo-img {
      height: 60px;
    }

    .gallery-banner {
      background: url('assets/imgs/bg/banner.html') center center / cover no-repeat;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      position: relative;
    }

    .gallery-banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* oscurecer un poco para mayor contraste */
      z-index: 1;
    }

    .gallery-banner .content {
      position: relative;
      z-index: 2;
    }

    .gallery-banner h1 {
      font-size: 5.5rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .gallery-banner p {
      font-size: 1.25rem;
      margin: 0;
    }
.text-shadow1 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.newban{
  font-size: 2.25rem;
}
.clor{
  color: white;
}