#root nav img[alt="Galabau-Demetrio Logo"] {
  width: clamp(10.5rem, 16vw, 13rem);
  height: auto;
  padding: 0.28rem 0.45rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

#root footer img[alt="Galabau-Demetrio"] {
  width: 12rem;
  height: auto;
  padding: 0.5rem 0.65rem;
  border-radius: 0.8rem;
  background: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  #root nav img[alt="Galabau-Demetrio Logo"] {
    width: 10.25rem !important;
    height: auto !important;
    padding: 0.24rem 0.38rem;
  }

  #root footer img[alt="Galabau-Demetrio"] {
    width: 11rem !important;
    height: auto !important;
  }
}
