/* [project]/styles/Header.module.css [client] (css) */
.Header-module__vcZAwq__header {
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
  background: #f4f7fbd9;
  border-bottom: 1px solid #dde3ec99;
  position: sticky;
  top: 0;
}

.Header-module__vcZAwq__nav {
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #dde3ec;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.Header-module__vcZAwq__navLogo {
  color: #1a2e4a;
  align-items: center;
  gap: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.Header-module__vcZAwq__logoDot {
  background: #27ae78;
  border-radius: 9px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.Header-module__vcZAwq__logoIcon {
  filter: brightness(0) invert();
}

.Header-module__vcZAwq__navLinks {
  align-items: center;
  gap: 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.Header-module__vcZAwq__navLink {
  color: #6b7a8d;
  text-decoration: none;
  transition: color .2s;
}

.Header-module__vcZAwq__navLink:hover {
  color: #1a2e4a;
}

.Header-module__vcZAwq__navLink.Header-module__vcZAwq__active {
  color: #1a2e4a;
  font-weight: 700;
}

.Header-module__vcZAwq__btnPrimary {
  color: #fff;
  cursor: pointer;
  background: #27ae78;
  border: none;
  border-radius: 9px;
  padding: .55rem 1.25rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-block;
}

.Header-module__vcZAwq__btnPrimary:hover {
  background: #1a7a55;
}

.Header-module__vcZAwq__burger {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  display: none;
}

.Header-module__vcZAwq__burgerLine {
  background: #1a2e4a;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  transition: transform .25s, opacity .25s;
  display: block;
}

.Header-module__vcZAwq__burgerOpen1 {
  transform: translateY(7px)rotate(45deg);
}

.Header-module__vcZAwq__burgerOpen2 {
  opacity: 0;
}

.Header-module__vcZAwq__burgerOpen3 {
  transform: translateY(-7px)rotate(-45deg);
}

@media (max-width: 768px) {
  .Header-module__vcZAwq__nav {
    padding: 1rem 1.5rem;
  }

  .Header-module__vcZAwq__burger {
    display: flex;
  }

  .Header-module__vcZAwq__navLinks {
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #dde3ec;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem 2rem 1.5rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .Header-module__vcZAwq__navLinksOpen {
    display: flex;
  }

  .Header-module__vcZAwq__navLink:not(.Header-module__vcZAwq__btnPrimary):not(.Header-module__vcZAwq__active) {
    display: block;
  }
}

/* [project]/styles/Galeria.module.css [client] (css) */
.Galeria-module__455Yqa__site {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

.Galeria-module__455Yqa__pageHeader {
  text-align: center;
  max-width: 840px;
  margin: 3rem auto 2.5rem;
  padding: 2rem .5rem 0;
}

.Galeria-module__455Yqa__pageTitle {
  color: #27ae78;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(2rem, 2.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
}

.Galeria-module__455Yqa__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Galeria-module__455Yqa__card {
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 18px;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 16px 40px #1a2e4a0d;
}

.Galeria-module__455Yqa__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px #1a2e4a14;
}

.Galeria-module__455Yqa__cardImage {
  background: #f4f7fb;
  width: 100%;
}

.Galeria-module__455Yqa__image {
  width: 100%;
  height: auto;
  display: block;
}

.Galeria-module__455Yqa__cardBody {
  padding: 1rem 1rem 1.25rem;
}

.Galeria-module__455Yqa__cardTitle {
  color: #1a2e4a;
  margin: 0 0 .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.Galeria-module__455Yqa__cardMeta {
  color: #6b7a8d;
  word-break: break-word;
  margin: 0;
  font-size: .88rem;
}

.Galeria-module__455Yqa__empty {
  color: #5e6b7d;
  text-align: center;
  background: #f8fbff;
  border: 1px dashed #c6d7e8;
  border-radius: 16px;
  max-width: 640px;
  margin: 2rem auto 0;
  padding: 1.5rem;
}

@media (max-width: 980px) {
  .Galeria-module__455Yqa__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .Galeria-module__455Yqa__site {
    padding: 1.5rem 1rem 2.5rem;
  }

  .Galeria-module__455Yqa__grid {
    grid-template-columns: 1fr;
  }
}

.Galeria-module__455Yqa__footer {
  border-top: 1px solid #dde3ec;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
}

.Galeria-module__455Yqa__footerLogo {
  color: #1a2e4a;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.Galeria-module__455Yqa__footerLinks {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.Galeria-module__455Yqa__footerLinks a {
  color: #3b536a;
  font-size: .95rem;
  text-decoration: none;
  transition: color .2s;
}

.Galeria-module__455Yqa__footerLinks a:hover {
  color: #1a2e4a;
}

.Galeria-module__455Yqa__footerCopy {
  color: #647b94;
  font-size: .85rem;
}

@media (max-width: 640px) {
  .Galeria-module__455Yqa__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=styles_1tyz29b._.css.map*/