@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  display: flex;
  height: 153px;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.header .logo-header {
  align-self: center;
  width: fit-content;
  margin-left: 2rem;
}
.header .logo-header img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header #navbar {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  width: fit-content;
}
.header #navbar #icons {
  display: none;
}
.header #navbar .menu {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header #navbar .menu li {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.header #navbar .menu li a {
  color: #5c1c1c;
  text-decoration: none;
}
.header #navbar .menu li.current {
  transform: translateY(-10px); /* Desplaza el elemento hacia arriba */
  font-weight: bold;
}
.header #navbar .menu li.current a {
  color: #5c1c1c; /* Color para el enlace activo */
}

@media screen and (max-width: 1238px) {
  .header #navbar .menu li {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 1050px) {
  .header #navbar .menu li {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 900px) {
  .header {
    justify-content: space-between;
    display: flex;
    z-index: 100;
    width: 100%;
    height: 148px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    margin-bottom: 0;
  }
  .header .logo-header img {
    max-width: 70px;
  }
  .header #navbar {
    display: flex;
    flex-grow: inherit;
  }
  .header #navbar #icons {
    display: flex;
    margin-right: 2rem;
  }
  .header #navbar #icons i {
    font-size: 2.5rem;
    color: #5c1c1c;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }
  .header #navbar .menu {
    display: none;
  }
  .header #navbar.active #icons .icon-large {
    font-size: 2.7rem;
  }
  .header #navbar.active .menu {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: start;
    font-size: 1rem;
    font-weight: bold;
    position: fixed;
    top: 148px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100VW;
    height: calc(100vh - 148px);
    align-items: center;
    background-color: white;
    gap: 3rem;
    box-sizing: border-box;
  }
  .header #navbar.active .menu > :nth-child(1) {
    margin-top: 5rem;
  }
  .header #navbar.active .menu li {
    font-weight: normal;
  }
  .header #navbar.active .menu li.current {
    transform: none;
    font-weight: bold;
  }
}
/* ─── Footer ─────────────────────────────────────────────── */
#site-footer {
  background-color: #fdf9f7;
  padding: 0 3rem;
  margin-top: 5rem;
  /* ── Bloc principal : logo + nav ── */
  /* ── Branding ── */
  /* ── Navigation ── */
  /* ── Bas de page ── */
}
#site-footer .footer-top-line {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(92, 28, 28, 0.3), transparent);
}
#site-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 0 3rem;
  gap: 3rem;
}
#site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
#site-footer .footer-logo img {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
#site-footer .footer-logo img:hover {
  opacity: 1;
}
#site-footer .footer-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #160803;
  letter-spacing: 0.04em;
  margin: 0;
}
#site-footer .footer-tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9a7060;
  margin: 0;
}
#site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem 2.2rem;
}
#site-footer .footer-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a3a28;
  text-decoration: none;
  transition: color 0.2s ease;
}
#site-footer .footer-nav a:hover {
  color: #c07640;
}
#site-footer .footer-bottom {
  padding-bottom: 2rem;
}
#site-footer .footer-bottom-line {
  height: 1px;
  background: rgba(92, 28, 28, 0.12);
  margin-bottom: 1.2rem;
}
#site-footer .footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b09080;
  text-align: center;
  margin: 0;
}

/* ── Responsive ── */
@media screen and (max-width: 700px) {
  #site-footer {
    padding: 0 1.5rem;
  }
  #site-footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 0 2.5rem;
  }
  #site-footer .footer-brand {
    align-items: center;
  }
  #site-footer .footer-nav {
    justify-content: center;
    gap: 0.5rem 1.5rem;
  }
}

/*# sourceMappingURL=app.output.css.map */
