.logo-custom img {
  height: 50px;
}
.footer-logo-custom img {
  height: 50px;
}
.footer-menu {
  display: flex;
  justify-content: center;
}
.footer-menu li {
  display: flex;
  margin: 0 10px;
}

@media only screen and (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " - " !important;
}
.wpcf7-response-output {
  color: orange;
}
.wpcf7-not-valid-tip {
  color: red;
}
.screen-reader-response {
  display: none;
}

.header-sticky {
  transition: all 0.3s ease;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; /* asegúrate que tenga fondo */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
