@charset "UTF-8";
:root {
  --divider-color: #B78B71;
  --divider-height: 2px;
  --black: #313E39;
  --line-height: 25px;
}

.home__header {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
}
.home__header__video {
  position: relative;
  height: 90dvh;
}
.home__header__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home__header__video .audio-toggle {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(8px);
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.home__header__video .audio-toggle .icon {
  display: block;
}
.home__header__video .audio-toggle .icon--off {
  display: none;
}
.home__header__video .audio-toggle[aria-pressed=true] .icon--on {
  display: none;
}
.home__header__video .audio-toggle[aria-pressed=true] .icon--off {
  display: block;
}
.home__header__video .audio-toggle:hover {
  background: rgba(0, 0, 0, 0.65);
}
.home__header__video .audio-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.home__header__pico {
  position: absolute;
  z-index: 2;
}
.home__header .left {
  top: 50%;
  left: 15px;
  transform: translateX(-50%) rotate(90deg);
}
.home__header .right {
  top: 50%;
  right: 15px;
  transform: translateX(50%) rotate(-90deg);
}
.home__header .bottom {
  top: -33px;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.home__header .bottom-br {
  top: -19px;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.home__header .bottom-br svg {
  width: 100%;
}
.home__header__navbar {
  display: flex;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4745098039);
  backdrop-filter: blur(1px);
}
.home__header__navbar__language {
  display: flex;
  align-items: center;
  width: 150px;
}
.home__header__navbar__language button {
  all: unset;
  cursor: pointer;
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
}
.home__header__navbar__language span {
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
}
.home__header__navbar__logo {
  margin-right: 20px;
}
.home__header__navbar__logo img {
  width: 40px;
}
.home__header__navbar ul {
  all: unset;
  display: flex;
  width: 100%;
}
.home__header__navbar li {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  color: white;
  cursor: pointer;
  font-family: "Akzidenz-Grotesk-Light";
  padding: 10px;
  margin-right: 10px;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.home__header__navbar li a {
  all: unset;
}
.home__header__navbar li.active {
  border: 1px solid white;
  border-radius: 50px;
}
.home__header__navbar li:hover {
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  transition: background-color 0.5s ease-in;
}
.home__header__conocenos {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: white;
  z-index: 3;
  bottom: -60px;
  transition: all 1s ease-in-out;
}
.home__header__conocenos.active {
  height: 480px;
  transform: translateY(0);
  transition: all 1s ease-in-out;
}
.home__header__conocenos__span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
  bottom: 0;
  text-align: center;
  margin-top: 10px;
  color: #B07C5B;
  font-family: "goldenbook-regular";
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.home__header__conocenos__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
  bottom: 0;
}
.home__header__conocenos__content__text {
  margin-top: 50px;
  padding: 0 20%;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 800px;
  width: 100%;
}
.home__header__conocenos__content__text p {
  color: #313E39;
  text-align: center;
  font-family: "Akzidenz-Grotesk-Light";
  margin: 20px 0;
  line-height: var(--line-height);
}
.home__header__conocenos__content__text::before, .home__header__conocenos__content__text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  height: var(--divider-height);
  background-color: var(--divider-color);
  transform: scaleX(0);
  transition: transform 2.5s ease;
}
.home__header__conocenos__content__text::before {
  top: 60px;
  transform-origin: left center;
}
.home__header__conocenos__content__text::after {
  bottom: 0;
  transform-origin: right center;
}
@media (max-width: 900px) {
  .home__header__navbar {
    display: none;
  }
  .home__header__conocenos.active {
    height: 80dvh;
  }
}
.home__tradicion {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.home__tradicion__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 5%;
  margin-bottom: 8%;
}
.home__tradicion__text span {
  font-size: 24px;
  font-family: "goldenbook-regular";
  color: var(--black);
  position: relative;
}
.home__tradicion__text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #707070;
  transform: scaleX(1);
  transition: transform 2.5s ease;
}
.home__tradicion__text p {
  font-family: "Akzidenz-Grotesk-Light";
  color: var(--black);
  text-align: end;
  margin-top: 40px;
  max-width: 530px;
  line-height: var(--line-height);
}
.home__tradicion__full-gallery {
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 900px) {
  .home__tradicion__text {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  .home__tradicion__text span {
    text-align: center;
  }
  .home__tradicion__text p {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.home__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #B07C5B;
  width: 100%;
  height: 160px;
  padding-top: 55px;
  box-sizing: border-box;
}
.home__banner span {
  font-size: 33px;
  font-family: "goldenbook-regular";
  color: white;
  position: relative;
}
.home__banner span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #FFC7B8;
}
.home__banner p {
  font-size: 18px;
  font-family: "Akzidenz-Grotesk-Light";
  color: white;
}
@media (max-width: 900px) {
  .home__banner {
    padding: 20px;
  }
  .home__banner span {
    text-align: center;
    font-size: 22px;
  }
  .home__banner p {
    text-align: center;
    font-size: 13px;
  }
}
.home__panels {
  width: 100%;
}
.home__imagen-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #313E39;
  padding: 5%;
}
.home__imagen-banner picture {
  position: relative;
}
.home__imagen-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home__form {
  width: 100%;
  background-color: #313E39;
  padding: 10%;
  box-sizing: border-box;
}
.home__form__video {
  position: relative;
  width: 100%;
  background-color: #313E39;
}
.home__form__video video {
  width: 100%;
  height: 100%;
}
.home__form__title {
  display: block;
  font-size: 22px;
  font-family: "goldenbook-regular";
  color: #AB795A;
  margin-bottom: 20px;
}
.home__form__select {
  position: relative;
  margin-top: 30px;
  margin-bottom: 90px;
}

#contacto {
  width: 100%;
}

.home__form__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 800px;
  margin: 60px 0 20px;
}

.form-row {
  display: flex;
  gap: 90px;
  margin: 30px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 1px solid #AB795A;
  background: transparent;
  color: #AB795A;
  font-size: 16px;
  font-family: "Akzidenz-Grotesk-Light";
  padding: 3px 0;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #AB795A;
  opacity: 0.8;
  font-family: "Akzidenz-Grotesk-Light";
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.btn-enviar {
  background-color: #BB7A57;
  color: #313E39;
  font-size: 16px;
  font-family: inherit;
  border: none;
  padding: 12px 32px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 130px;
}

/* Hover */
.btn-enviar:hover {
  background-color: #a86848;
  /* un poco más oscuro */
  transform: translateY(-2px);
}

/* Focus (accesibilidad) */
.btn-enviar:focus-visible {
  outline: 2px solid #AB795A;
  outline-offset: 3px;
}

/* Responsive: en mobile todos los inputs en columna */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.home__form__select:has(.cselect[data-open=true]) {
  margin-bottom: 180px;
}

.home__header__conocenos.active .home__header__conocenos__content__text::before {
  transform: scaleX(1) translateX(25%);
  transition-delay: 80ms;
}

.home__header__conocenos.active .home__header__conocenos__content__text::after {
  transform: scaleX(1) translateX(25%);
  transition-delay: 160ms;
}

@media (prefers-reduced-motion: reduce) {
  .home__header__conocenos__content__text::before,
  .home__header__conocenos__content__text::after {
    transition: none;
    transform: scaleX(1);
  }
}
#cookieConsent {
  background-color: #B07D5C;
  min-height: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 15px 0 12px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

#cookieConsent p {
  letter-spacing: 1.5px;
  margin: 0;
}

#closeCookieConsent:hover {
  color: rgba(255, 255, 255, 0.7725490196);
}

#cookieConsent a.cookieConsentOK {
  background-color: #3F514A;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  font-weight: bold;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #cookieConsent a.cookieConsentOK {
    margin: 0 90px 0 10px;
  }
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #403F3F;
}

#cookieConsent {
  position: fixed;
  inset-block-end: 0;
  inset-inline: 0;
  z-index: 1000;
  background: #B07D5C;
  color: #fff;
  border-block-start: 1px solid #d7d7d7;
  padding: 15px;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  #cookieConsent {
    transition: none;
  }
}
#cookieConsent a {
  color: #fff;
  text-decoration: underline;
}
#cookieConsent .cookie-wrapper {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#cookieConsent .cookie-text {
  line-height: 1.45;
}
#cookieConsent .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: stretch;
}
#cookieConsent .cookie-actions .cookie-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 6px 20px;
  border-radius: 6px;
  background: #3F514A;
  color: #fff;
  transition: background 0.2s ease, transform 0.02s ease;
}
@media (prefers-reduced-motion: reduce) {
  #cookieConsent .cookie-actions .cookie-btn {
    transition: none;
  }
}
#cookieConsent .cookie-actions .cookie-btn:hover {
  background: #27342f;
}
#cookieConsent .cookie-actions .cookie-btn:active {
  transform: translateY(1px);
}
@media (min-width: 768px) {
  #cookieConsent .cookie-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  #cookieConsent .cookie-text {
    flex: 1 1 60%;
    min-width: 320px;
    padding-inline-end: 10px;
  }
  #cookieConsent .cookie-actions {
    flex: 1 1 40%;
    justify-content: flex-end;
  }
  #cookieConsent .cookie-actions .cookie-btn {
    width: auto;
    min-width: 150px;
  }
}

.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-main {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.Grotesk-light {
  font-family: "Akzidenz-Grotesk-Light";
}

.Goldenbook-Regular {
  font-family: "goldenbook-regular";
}

@font-face {
  font-family: "Akzidenz-Grotesk-Light";
  src: url("./_fonts/Akzidenz-Grotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "goldenbook-regular";
  src: url("./_fonts/goldenbook-regular.otf") format("opentype");
}
.swal2-container {
  padding: 0 !important;
}

.full-screen-modal {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  display: grid !important;
  place-items: center !important;
}

.my-popup-class {
  background: #B78B71 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.sweet-alert-title {
  color: #FFFFFF !important;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
  margin: 16px 24px 8px;
  font-family: "goldenbook-regular";
}

.sweet-alert-tex {
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 24px 24px;
  font-family: "Akzidenz-Grotesk-Light";
}

.my-close-btn.swal2-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px !important;
  background: #3F514A !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
  font-size: 24px !important;
  line-height: 40px !important;
  text-align: center !important;
  display: inline-block !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.15s ease;
}

.my-close-btn.swal2-close:hover {
  transform: scale(1.05);
}

.swal2-icon.swal2-success {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
  border-color: #FFFFFF !important;
}

.sweet-alert-logo {
  position: absolute;
  left: 50%;
  width: 50% !important;
  transform: translate(-50%, -50%);
}

:root {
  --divider-color: #B78B71;
  --black: #313E39;
}

.pgallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  min-height: 420px;
  position: relative;
}
@media (max-width: 900px) {
  .pgallery {
    grid-template-columns: 1fr;
  }
}
.pgallery__icon {
  position: absolute;
  z-index: 1;
  width: 40%;
  top: -45%;
  left: 50px;
}
@media (max-width: 900px) {
  .pgallery__icon {
    position: absolute;
    z-index: 1;
    width: 40%;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.pgallery__left {
  position: relative;
  background: #0f0f0f;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.pgallery__image {
  max-width: 100%;
  height: 80vh;
  width: auto;
  height: auto;
  transition: opacity 0.25s ease;
  display: block;
}
.pgallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 42px;
  display: grid;
  place-items: center;
  user-select: none;
  transition: background 0.2s ease;
}
.pgallery__nav:hover {
  background: rgba(0, 0, 0, 0.55);
}
.pgallery__nav--prev {
  left: 16px;
}
.pgallery__nav--next {
  right: 16px;
}
.pgallery__right {
  display: grid;
  grid-template-rows: 1fr auto;
  background: white;
  color: #eee;
  padding: 32px 32px 0 32px;
  position: relative;
}
.pgallery__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.pgallery__title {
  width: 530px;
  font-size: 42px;
  font-family: "goldenbook-regular";
  margin: 0 0 10px;
  color: var(--black);
  position: relative;
  left: -50px;
  padding-top: 15%;
  z-index: 2;
}
.pgallery__text {
  font: 400 1.4rem/1.6 "Akzidenz-Grotesk-Light", system-ui, sans-serif;
  margin-top: 60px;
  color: var(--black);
  width: 80%;
  align-self: end;
}
.pgallery__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pgallery__statusItem {
  all: unset;
  cursor: pointer;
  display: block;
  width: 90px;
  height: 7px;
  background-color: #9aa1a0;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.pgallery__statusItem:hover {
  transform: scaleY(1.2);
}
.pgallery__statusItem.is-active {
  background-color: #3E6D66;
}
.pgallery__bg-title {
  position: absolute;
  left: -40px;
  top: 90px;
  z-index: 1;
  width: 50px;
  height: 480px;
  background: #AF7C5B;
}
.pgallery--empty {
  color: #aaa;
  font: 500 1rem/1.4 system-ui, sans-serif;
  padding: 16px;
}
@media (min-width: 1600px) {
  .pgallery__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .pgallery__left, .pgallery__right {
    width: 100vw;
  }
  .pgallery__right {
    padding: 0;
  }
  .pgallery__bg-title {
    display: none;
  }
  .pgallery__title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: unset;
    position: unset;
  }
  .pgallery__text {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .pgallery__content {
    padding: 6%;
  }
}

:root {
  --divider-color: #B78B71;
  --black: #313E39;
}

.fgallery {
  background-color: var(--black);
  position: relative;
  width: 100%;
}
.fgallery__slide {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  min-height: 690px;
}
.fgallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  display: block;
}
.fgallery__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
  color: white;
}
.fgallery__content {
  position: absolute;
  top: -33px;
  margin-bottom: 20px;
  width: 590px;
  margin-left: 30px;
}
.fgallery__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--black);
  font-family: "goldenbook-regular";
}
.fgallery__subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 10px 60px;
  color: white;
  font-family: "goldenbook-regular";
}
.fgallery__text {
  font-size: 1.6rem;
  max-width: 600px;
  margin-top: 60px;
  line-height: 1.5;
  font-family: "Akzidenz-Grotesk-Light";
}
.fgallery__status {
  display: flex;
  gap: 12px;
}
.fgallery__statusItem {
  all: unset;
  display: block;
  width: 80px;
  height: 8px;
  background-color: #9aa1a0;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.fgallery__statusItem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3E6D66;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.fgallery__statusItem.is-active::after {
  transform: scaleX(1);
}
.fgallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}
.fgallery__nav:hover {
  background: rgba(0, 0, 0, 0.6);
}
.fgallery__nav--prev {
  left: 15px;
}
.fgallery__nav--next {
  right: 15px;
}
@media (min-width: 1600px) {
  .fgallery__content {
    width: 740px;
  }
  .fgallery__title, .fgallery__subtitle {
    font-size: 2.6rem;
  }
  .fgallery__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .fgallery__overlay {
    justify-content: flex-start;
  }
  .fgallery__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: unset;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .fgallery__title, .fgallery__subtitle {
    font-size: 18px;
    width: fit-content;
    color: white;
    margin: 0;
    text-align: center;
  }
  .fgallery__text {
    font-size: 14px;
    width: fit-content;
  }
  .fgallery__status {
    justify-content: center;
  }
}

.split {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* ===== IZQUIERDA 96% + TIRA DERECHA 4% ===== */
  /* ===== DERECHA 96% + TIRA IZQUIERDA 4% ===== */
}
.split > .split__panel,
.split > .split__strip {
  transition: flex-basis 0.6s ease, padding 0.6s ease, opacity 0.3s ease;
  flex: 0 0 auto;
  min-width: 0;
}
.split[data-state=split] {
  /*** NUEVO ***/
}
.split[data-state=split] .split__panel--left,
.split[data-state=split] .split__panel--right {
  flex-basis: 50%;
  overflow: hidden;
}
.split[data-state=split] .split__strip--left,
.split[data-state=split] .split__strip--right {
  flex-basis: 0%;
  opacity: 0;
  pointer-events: none;
}
.split[data-state=left] {
  /*** NUEVO ***/
  /*** NUEVO ***/
}
.split[data-state=left] .split__panel--left {
  flex-basis: 96%;
  overflow: visible;
}
.split[data-state=left] .split__strip--right {
  flex-basis: 4%;
  background: #4e5b7c;
  opacity: 1;
  pointer-events: none;
  /* es decorativa */
}
.split[data-state=left] .split__panel--right {
  flex-basis: 0%;
  padding: 0;
  border: 0;
  overflow: hidden;
  min-width: 0;
}
.split[data-state=left] .split__strip--left {
  flex-basis: 0%;
  opacity: 0;
  pointer-events: none;
}
.split[data-state=right] {
  /*** NUEVO ***/
  /*** NUEVO ***/
}
.split[data-state=right] .split__strip--left {
  flex-basis: 4%;
  background: #215478;
  opacity: 1;
  pointer-events: none;
}
.split[data-state=right] .split__panel--right {
  flex-basis: 96%;
  overflow: visible;
}
.split[data-state=right] .split__panel--left {
  flex-basis: 0%;
  padding: 0;
  border: 0;
  overflow: hidden;
  min-width: 0;
}
.split[data-state=right] .split__strip--right {
  flex-basis: 0%;
  opacity: 0;
  pointer-events: none;
}

.split__panel {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  overflow: hidden;
}
.split__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.split__panel--left {
  background: #6E7587;
  color: #1f1f1f;
}
.split[data-state=left] .split__panel--left::after {
  opacity: 1;
}

.split__panel--right {
  background: #004D6B;
  color: #f3f3f3;
}
.split[data-state=right] .split__panel--right::after {
  opacity: 1;
}

.split__strip {
  display: block;
  opacity: 0;
}

.split__strip--left {
  background: #215478;
}

.split__strip--right {
  background: #4e5b7c;
}

.split__content,
.split__actions {
  position: relative;
  z-index: 1;
}

.split__content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.split__content .split__title {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 700;
}
.split__content .split__text {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  opacity: 0.9;
}
.split__content__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 50%;
  width: 100%;
}
.split__content__left__bottle {
  position: relative;
  right: 25px;
  width: 36%;
}
.split__content__left__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 45%;
  margin-right: 60px;
}
.split__content__left__info img {
  width: 80%;
  margin-bottom: 25%;
}
.split__content__left__info__perspectiva {
  opacity: 0;
  order: 2;
}
@media (min-width: 1600px) {
  .split__content__left__bottle {
    width: 45%;
  }
}
.split__content__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 50%;
  width: 100%;
}
.split__content__right__bottle {
  position: relative;
  left: 0;
  width: 50%;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.split__content__right__bottle-active {
  position: absolute;
  left: 0;
  width: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.split__content__right__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 45%;
  margin-right: 30px;
}
.split__content__right__info img {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 30%;
}
.split__content__right__info__perspectiva {
  opacity: 0;
  order: 2;
}
@media (min-width: 1600px) {
  .split__content__right__bottle {
    width: 60%;
  }
}
.split__content__fade-images {
  position: absolute;
  width: 100%;
  height: 100%;
}
.split__content__fade-images img {
  position: absolute;
}
.split__content__fade-images img.left {
  left: -100px;
  bottom: 0;
}
.split__content__fade-images img.right {
  right: -100px;
  bottom: 0;
}

.split__actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.split__actions--left {
  justify-content: flex-start;
}
.split__actions--right {
  justify-content: flex-end;
}

.split__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 40px;
  border: 1px solid #EAE1BD;
  font-family: "goldenbook-regular";
  font-weight: 600;
  transition: transform 0.15s ease, opacity 1s ease;
  color: #EAE1BD;
  background-color: transparent;
  width: 180px;
  order: 1;
}
.split__btn span {
  margin-top: 5px;
}
@media (min-width: 1600px) {
  .split__btn {
    width: 280px;
  }
  .split__btn span {
    font-size: 24px;
  }
}

.split__close {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: -20px;
  transform: translateY(50%);
  margin-top: 0;
  background-color: #E8A83B;
  color: #14223A;
  width: 40px;
  height: 40px;
  font-family: "goldenbook-regular";
  font-size: 22px;
  border-radius: 50%;
}

.split__close-left {
  position: absolute;
  z-index: 1;
  top: 45%;
  right: -20px;
  transform: translateY(50%);
  margin-top: 0;
  background-color: #E1D7BE;
  color: #6E7587;
  width: 40px;
  height: 40px;
  font-family: "goldenbook-regular";
  font-size: 22px;
  border-radius: 50%;
}

.split__btn--reset {
  display: none;
}

/* Cuando el panel izquierdo está expandido (96%) */
.split[data-state=left] .split__panel--left .split__btn--reset {
  display: flex;
  /* se muestra solo aquí */
}

/* Cuando el panel derecho está expandido (96%) */
.split[data-state=right] .split__panel--right .split__btn--reset {
  display: flex;
  /* se muestra solo aquí */
}

.split[data-state=right] .split__panel--right {
  flex-direction: row;
}

.split[data-state=right] .split__btn--expand {
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.split[data-state=left] .split__btn--expand {
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.split[data-state=right] .split__content__fade-images img.left {
  display: none;
}

.split[data-state=right] .split__content__right__info img {
  margin-bottom: 5%;
}

.split[data-state=right] .split__content__right__info__perspectiva {
  opacity: 1;
  order: 1;
  width: 70%;
  transition: all 0.5s ease-in-out;
}

.split[data-state=left] .split__content__left__info__perspectiva {
  opacity: 1;
  order: 1;
  width: 70%;
  transition: all 0.5s ease-in-out;
}

.split__hidden-content {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  animation-delay: 1s;
  position: absolute;
}
.split__hidden-content__agave {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.split__hidden-content span,
.split__hidden-content p {
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
  text-align: right;
}
.split__hidden-content span {
  font-size: 18px;
}
.split__hidden-content p {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1600px) {
  .split__hidden-content span {
    font-size: 22px;
  }
  .split__hidden-content p {
    font-size: 18px;
  }
}

.split__hidden-content-left {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  animation-delay: 1s;
  position: absolute;
}
.split__hidden-content-left span,
.split__hidden-content-left p {
  color: #EAE1BD;
  font-family: "Akzidenz-Grotesk-Light";
  text-align: left;
}
.split__hidden-content-left span {
  color: #EAE1BD;
  font-size: 18px;
}
.split__hidden-content-left p {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1600px) {
  .split__hidden-content-left span {
    font-size: 22px;
  }
  .split__hidden-content-left p {
    font-size: 18px;
  }
}

.split[data-state=left] .split__panel--left .split__hidden-content-left {
  display: block;
  position: relative;
  width: 60%;
  opacity: 1;
}

/* Estado base: presente pero oculto/colapsado */
.split__hidden-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  padding: 6% 6% 6% 10%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity 600ms ease, visibility 0s linear, max-height 600ms ease, transform 600ms ease;
  transition-delay: 0s, 0s, 0s, 0s;
}
.split__hidden-content__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.split__hidden-content__social p {
  font-family: "goldenbook-regular";
  color: #E8A83B;
}
.split__hidden-content__social__divider {
  width: 90px;
  height: 1px;
  background-color: #6CBBF3;
  margin: 0 10px;
}

.split__hidden-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 6% 10% 6% 6%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity 600ms ease, visibility 0s linear, max-height 600ms ease, transform 600ms ease;
  transition-delay: 0s, 0s, 0s, 0s;
}
.split__hidden-content-left__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.split__hidden-content-left__social p {
  font-family: "goldenbook-regular";
  color: #EAE1BD;
}
.split__hidden-content-left__social__divider {
  width: 90px;
  height: 1px;
  background-color: #EAE1BD;
  margin: 0 10px;
}
.split__hidden-content-left__social__iconos a {
  all: unset;
  cursor: pointer;
}
.split__hidden-content-left__social__iconos img {
  width: 30px;
  height: 30px;
}

/* Cuando el panel DERECHO está expandido */
.split[data-state=right] .split__panel--right .split__hidden-content {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transform: translateY(0);
  position: relative;
  transition: opacity 600ms ease 0.5s, visibility 0s linear 0.5s, max-height 600ms ease 0s, transform 600ms ease 0.5s;
}

.split[data-state=left] .split__panel--left .split__hidden-content-left {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transform: translateY(0);
  position: relative;
  transition: opacity 600ms ease 0.5s, visibility 0s linear 0.5s, max-height 600ms ease 0s, transform 600ms ease 0.5s;
}

.split[data-state=right] .split__content__right__bottle-active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.split[data-state=right] .split__content__right__bottle {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.swipeview {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.skipeview-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 5% 15%;
}
.skipeview-content__logo {
  width: 60%;
}
.skipeview-content__bottle {
  width: 70%;
  margin: 60px 0;
}
.skipeview-content__txt {
  width: 60%;
}
.skipeview-content__divider {
  width: 100%;
  background-color: #707687;
  margin: 60px 0;
  border-bottom: 1px solid #707687;
}
.skipeview-content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.skipeview-content__text.light span,
.skipeview-content__text.light p {
  color: #EAE1BD;
}
.skipeview-content__text.dark span,
.skipeview-content__text.dark p {
  color: white;
}
.skipeview-content__text span,
.skipeview-content__text p {
  text-align: center;
  color: #585E6E;
  font-family: "Akzidenz-Grotesk-Light";
}
.skipeview-content__text span {
  font-size: 28px;
  text-align: center;
}
.skipeview-content__text p {
  font-size: 14px;
  line-height: 1.5;
}

.swipeview__track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: transform 0.3s ease;
  will-change: transform;
}

.swipeview__slide {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  font-family: system-ui, sans-serif;
  font-size: clamp(20px, 4vw, 36px);
  color: #fff;
}

.swipeview__slide--dark {
  background: #004D6B;
}

.swipeview__slide--light {
  background: #6E7587;
  color: #EAE1BD;
}

.swipeview__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 26px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.swipeview__nav--prev {
  left: 12px;
}

.swipeview__nav--next {
  right: 12px;
}

.swipeview__nav:hover {
  background: rgba(0, 0, 0, 0.55);
}

/* Dots */
.swipeview__dots {
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.swipeview__dots > button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.swipeview__dots > button.is-active {
  background: rgba(255, 255, 255, 0.95);
}

/* En dispositivos táctiles puedes ocultar flechas si quieres */
@media (pointer: coarse) {
  .swipeview__nav {
    display: none;
  }
}
@media (max-width: 900px) {
  .split {
    display: none;
    flex-direction: column;
    height: 100%;
    /* IZQUIERDA 96vh + tira 4vh */
    /* DERECHA 96vh + tira 4vh */
  }
  .split[data-state=split] .split__panel--left,
  .split[data-state=split] .split__panel--right {
    flex-basis: 50vh;
  }
  .split[data-state=split] .split__strip--left,
  .split[data-state=split] .split__strip--right {
    flex-basis: 0;
    opacity: 0;
  }
  .split[data-state=left] .split__panel--left {
    flex-basis: 96vh;
    overflow-y: auto;
  }
  .split[data-state=left] .split__strip--right {
    flex-basis: 4vh;
    background: #4e5b7c;
    opacity: 1;
  }
  .split[data-state=left] .split__panel--right {
    flex-basis: 0;
    padding: 0;
    overflow: hidden;
  }
  .split[data-state=left] .split__strip--left {
    flex-basis: 0;
    opacity: 0;
  }
  .split[data-state=right] .split__strip--left {
    flex-basis: 4vh;
    background: #215478;
    opacity: 1;
  }
  .split[data-state=right] .split__panel--right {
    flex-basis: 96vh;
    overflow-x: visible;
  }
  .split[data-state=right] .split__panel--left {
    flex-basis: 0;
    padding: 0;
    overflow: hidden;
  }
  .split[data-state=right] .split__strip--right {
    flex-basis: 0;
    opacity: 0;
  }
  .swipeview {
    display: flex;
  }
}
@media (prefers-reduced-motion: reduce) {
  .split > .split__panel,
  .split .split__panel::after,
  .split > .split__strip {
    transition: none !important;
  }
}
:root {
  --cselect-bg: #313E39;
  --cselect-accent: #AB795A;
  --cselect-text: #AB795A;
}

.cselect {
  position: relative;
  width: 100%;
  max-width: 420px;
  font-family: inherit;
  color: var(--cselect-text);
}

/* Trigger */
.cselect__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--cselect-bg);
  border: 1px solid var(--cselect-accent);
  border-radius: 0;
  padding: 12px 14px;
  color: var(--cselect-text);
  cursor: pointer;
  position: relative;
  font-family: "Akzidenz-Grotesk-Light";
  font-size: 16px;
}

/* Línea decorativa del trigger (cerrado) */
.cselect__trigger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 80%;
  height: 1px;
  background-color: #AB795A;
  display: none;
}

/* Flecha */
.cselect__icon {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--cselect-accent);
  transition: transform 0.2s ease;
}

/* Lista */
.cselect__list {
  all: unset;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0;
  background: var(--cselect-bg);
  border: 1px solid var(--cselect-accent);
  border-radius: 0;
  overflow: hidden;
  transform-origin: top center;
  transform: scaleY(0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  z-index: 10;
}

/* Opción */
.cselect__option {
  padding: 12px 14px;
  line-height: 1.2;
  cursor: pointer;
  background: transparent;
  position: relative;
  font-family: "Akzidenz-Grotesk-Light";
}

.cselect__option::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 80%;
  height: 1px;
  background-color: #AB795A;
}

/* Hover/focus */
.cselect__option:hover,
.cselect__option:focus {
  outline: none;
}

/* Estado ABIERTO */
.cselect[data-open=true] .cselect__list {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cselect[data-open=true] .cselect__icon {
  transform: rotate(180deg);
}

/* Accesibilidad */
.cselect__trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(171, 121, 90, 0.35);
  outline: none;
}

/* ===== Dividers & opciones ===== */
/* Quitar divider en último item */
.cselect__option:last-child::after {
  display: none;
}

/* Ocultar opción seleccionada al abrir */
.cselect[data-open=true] .cselect__option.is-selected {
  display: none;
}

/* Quitar divider del primer visible (cuando se abre) */
.cselect[data-open=true] .cselect__option:not(.is-selected):first-of-type::after {
  display: none;
}

/* ===== Trigger & lista cuando está abierto ===== */
/* Quita borde inferior del trigger */
.cselect[data-open=true] .cselect__trigger {
  border-bottom: none;
}

/* Quita el ::after del trigger */
.cselect[data-open=true] .cselect__trigger::after {
  display: block;
}

/* Quita borde superior del dropdown */
.cselect[data-open=true] .cselect__list {
  border-top: none;
}

:root {
  --bg-color: #313E39;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__content__links {
  display: flex;
  margin-top: 60px;
}
.footer__content__links a {
  all: unset;
  color: #AB795A;
  margin-left: 30px;
  font-family: "goldenbook-regular";
  cursor: pointer;
}
.footer__content__nav {
  display: none;
}
.footer__content__nav a {
  all: unset;
  color: #AB795A;
  margin-top: 30px;
  font-size: 28px;
  font-family: "goldenbook-regular";
  text-transform: uppercase;
  cursor: pointer;
}
.footer__a {
  all: unset;
  position: absolute;
  color: #AB795A;
  cursor: pointer;
  font-family: "goldenbook-regular";
  font-size: 24px;
}
.footer__a.top-l {
  top: 30px;
  left: 30px;
}
.footer__a.top-r {
  top: 30px;
  right: 30px;
}
.footer__a.bottom-l {
  bottom: 30px;
  left: 30px;
}
.footer__button {
  all: unset;
  position: absolute;
  cursor: pointer;
  font-family: "goldenbook-regular";
  font-size: 24px;
  color: #AB795A;
  bottom: 30px;
  right: 30px;
}
.footer__button-responsive {
  display: none;
}
.footer__modal {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: var(--bg-color);
  transition: transform 1s ease-in-out;
  transform: translate(100%, 100%);
}
.footer__modal__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.footer__modal__header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.footer__modal__header img {
  position: absolute;
  object-fit: cover;
  top: 0;
}
.footer__modal__header__btn-close {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  background-color: white;
  color: #E8A83B;
  width: 40px;
  height: 40px;
  font-family: "goldenbook-regular";
  font-size: 18px;
  border-radius: 50%;
}
.footer__modal__bottom {
  width: 100%;
  height: fit-content;
  background-color: #AF7D5C;
  padding: 5% 5% 5% 10%;
  box-sizing: border-box;
}
.footer__modal__bottom__content {
  display: flex;
  flex-direction: column;
}
.footer__modal__bottom__content span,
.footer__modal__bottom__content li {
  color: white;
}
.footer__modal__bottom__content span {
  font-family: "goldenbook-regular";
  font-size: 24px;
}
.footer__modal__bottom__content li {
  font-family: "Akzidenz-Grotesk-Light";
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .footer__modal__bottom span {
    text-align: center;
  }
  .footer__modal__bottom ul {
    padding-left: 0;
    padding: 15px;
  }
}
.footer__modal__bottom-green {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.footer__modal__bottom-green span,
.footer__modal__bottom-green p {
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
  text-align: center;
}
.footer__modal__bottom-green p {
  position: relative;
  padding: 20px;
}
.footer__modal__bottom-green p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  background-color: #AF7D5C;
}
.footer__modal__bottom-green__logo {
  width: 15%;
}
.footer__modal.active {
  transform: translate(0, 0);
  transition: transform 1s ease-in-out;
}
@media (max-width: 900px) {
  .footer__content__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__content__links {
    flex-direction: column;
  }
  .footer__content__links a {
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
  }
  .footer__content__links a.r-contacto {
    display: none;
  }
  .footer__content__logo {
    width: 40%;
  }
  .footer__modal__header {
    display: none;
  }
  .footer__button-responsive {
    all: unset;
    cursor: pointer;
    font-family: "goldenbook-regular";
    font-size: 16pxpx;
    text-align: center;
    color: #AB795A;
    margin-bottom: 30px;
  }
  .footer__a, .footer__button {
    display: none;
  }
}

.pgallery-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 90%;
  min-height: 420px;
  max-width: 1200px;
  position: relative;
}
@media (max-width: 900px) {
  .pgallery-footer {
    grid-template-columns: 1fr;
  }
}
.pgallery-footer__left {
  position: relative;
  background: transparent;
  display: grid;
  place-items: end;
  overflow: hidden;
  z-index: 3;
}
.pgallery-footer__image {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  transition: opacity 0.25s ease;
  display: block;
}
.pgallery-footer__right {
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--bg-color);
  color: #eee;
  padding: 32px 32px 0 32px;
  position: relative;
}
.pgallery-footer__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  background-color: var(--bg-color);
}
.pgallery-footer__title {
  width: 530px;
  font-size: 22px;
  font-family: "goldenbook-regular";
  margin: 0 0 10px;
  color: #AB795A;
  position: relative;
  left: -30px;
  padding-top: 15%;
  z-index: 5;
}
.pgallery-footer__text {
  font: 400 1rem/1.6 "Akzidenz-Grotesk-Light", system-ui, sans-serif;
  margin-top: 60px;
  color: white;
  width: 80%;
  align-self: flex-end;
}
.pgallery-footer__bg-title {
  position: absolute;
  left: -30px;
  top: 90px;
  z-index: 4;
  width: 50px;
  height: 79%;
  background: #295E52;
}
.pgallery-footer--empty {
  color: #aaa;
  font: 500 1rem/1.4 system-ui, sans-serif;
  padding: 16px;
}
@media (max-width: 900px) {
  .pgallery-footer {
    width: 100%;
  }
  .pgallery-footer__left, .pgallery-footer__right {
    width: 100vw;
  }
  .pgallery-footer__right {
    padding: 0;
  }
  .pgallery-footer__bg-title {
    display: none;
  }
  .pgallery-footer__title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: unset;
    position: unset;
  }
  .pgallery-footer__text {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .pgallery-footer__content {
    padding: 6%;
  }
}

.toggle-navbar-responsive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
}
@media (min-width: 899px) {
  .toggle-navbar-responsive {
    display: none;
  }
}

.navbar-responsive {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #313E39;
}
.navbar-responsive__language {
  position: absolute;
  left: 5px;
  top: 20px;
  z-index: 2;
}
.navbar-responsive__language__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-responsive__language__container__logo {
  width: 40%;
  margin-right: 15px;
}
.navbar-responsive__language__container button {
  all: unset;
  cursor: pointer;
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
}
.navbar-responsive__language__container span {
  color: white;
  font-family: "Akzidenz-Grotesk-Light";
}
.navbar-responsive.is-open {
  display: flex;
}
.navbar-responsive__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}
.navbar-responsive__content a {
  text-decoration: none;
  cursor: pointer;
  color: #AB795A;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "goldenbook-regular";
  margin-bottom: 60px;
}
.navbar-responsive__logo {
  width: 40%;
  margin-bottom: 15%;
}
.navbar-responsive__btn-close {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #AB795A;
  color: #313E39;
  font-weight: bold;
}
@media (min-width: 899px) {
  .navbar-responsive {
    display: none;
  }
  .navbar-responsive__language {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

/*# sourceMappingURL=main.css.map */
