@charset "UTF-8";
@font-face {
  font-family: "testal-title";
  src: url("../assets/fonts/kabelbook.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --negro: #d8ecf8;
  --tipo-principal: Helvetica, Arial, sans-serif;
  --tipo-secundaria: Verdana;
  --fondo-1: #090c10;
  --fondo-2: #17080b;
  --fondo-3: #030406;
  --accent: #e0040b;
  --accent-soft: #f08a24;
  --card-border: rgba(197, 106, 26, 0.32);
  background-color: #090c10;
}

html {
  hyphens: none;
  scroll-behavior: smooth;
}

body {
  hyphens: none;
}

p,
h1, h2, h3, h4, h5, h6,
span,
li,
a {
  hyphens: none !important;
  word-break: normal;
  overflow-wrap: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

b {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #cfa34a;
}

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

::selection {
  background-color: var(--negro);
  color: #04111d;
}

form, input:not([type=checkbox]), textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  hyphens: auto;
  background-color: transparent;
  color: inherit;
  display: block;
  appearance: none;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

body {
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--tipo-principal);
  color: var(--negro);
  line-height: 1.4em;
  hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: radial-gradient(circle at top, rgba(54, 24, 14, 0.42), transparent 32%), radial-gradient(circle at 20% 18%, rgba(197, 106, 26, 0.16), transparent 18%), linear-gradient(180deg, var(--fondo-2) 0%, var(--fondo-1) 35%, var(--fondo-3) 100%);
  color: #f2fbff;
  overflow-x: hidden;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(40px);
  opacity: 0.45;
  z-index: 0;
}

body::before {
  width: 28rem;
  height: 28rem;
  top: -7rem;
  right: -8rem;
  background: rgba(197, 106, 26, 0.18);
}

body::after {
  width: 22rem;
  height: 22rem;
  left: -6rem;
  bottom: 8rem;
  background: rgba(224, 4, 11, 0.12);
}

.oceanCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 5.7rem;
  margin: 0;
  padding: 0.95rem 1.5rem;
  background-color: #240306;
  background-image: url("../img/tzompantli-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.18), rgba(12, 4, 5, 0.34));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: testal-title;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
#header .header__logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  color: #fff;
  text-decoration: none;
}
#header .header__logoContainer__eyebrow {
  display: block;
  margin-bottom: -1.05rem;
  font-family: testal-title;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.92);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
#header .header__logoContainer__logo {
  object-fit: contain;
  display: block;
  transform: translateY(-0.18rem);
}
#header .header__nav {
  display: flex;
  gap: 1.5rem;
}
#header .header__nav__link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
#header .header__nav__link:hover {
  color: #e0040b;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}
#header .header__nav__link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.45rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #e0040b;
  transition: transform 0.25s ease;
}
#header .header__nav__link:hover::after {
  transform: scaleX(1);
}
#header .header__rightStack {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
#header .header__navSocials {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
#header .header__navSocials__link {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.92rem;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#header .header__navSocials__link:hover {
  color: #e0040b;
  transform: translateY(-2px) scale(1.04);
  background: rgba(197, 106, 26, 0.1);
  border-color: rgba(197, 106, 26, 0.28);
}

.headerShippingBadge {
  position: fixed;
  left: 0;
  bottom: 1.25rem;
  z-index: 1120;
  writing-mode: horizontal-tb;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.78rem 0.5rem;
  border: 1px solid rgba(255, 211, 120, 0.62);
  border-radius: 0 0 0.8rem 0.8rem;
  background: linear-gradient(135deg, rgba(224, 4, 11, 0.98), rgba(93, 5, 9, 0.98) 58%, rgba(197, 106, 26, 0.98));
  color: #fff7df;
  font-family: system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(224, 4, 11, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform-origin: left bottom;
  transform: rotate(-90deg) translateY(100%);
  animation: shippingPulse 3.2s ease-in-out infinite;
}
.headerShippingBadge::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 38%, rgba(255, 238, 180, 0.74) 46%, transparent 56%, transparent 100%);
  transform: translateX(-130%) skewX(-18deg);
  animation: shippingShine 2.8s ease-in-out infinite;
}
.headerShippingBadge i,
.headerShippingBadge span {
  position: relative;
  z-index: 1;
}
.headerShippingBadge i {
  color: #ffd978;
  font-size: 0.82rem;
}

@keyframes shippingShine {
  0%, 42% {
    transform: translateX(-130%) skewX(-18deg);
  }
  72%, 100% {
    transform: translateX(130%) skewX(-18deg);
  }
}
@keyframes shippingPulse {
  0%, 100% {
    transform: rotate(-90deg) translateY(100%) translateX(0);
    box-shadow: 0 12px 26px rgba(224, 4, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }
  50% {
    transform: rotate(-90deg) translateY(100%) translateX(-1px);
    box-shadow: 0 16px 32px rgba(224, 4, 11, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
}
.socialLinkGroup {
  position: relative;
  display: inline-flex;
}
.socialLinkGroup__trigger {
  font-family: inherit;
}
.socialLinkGroup__menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 150px;
  padding: 0.45rem;
  display: grid;
  gap: 0.3rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(224, 4, 11, 0.22);
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.socialLinkGroup__menu a {
  color: #f7efe0;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  white-space: nowrap;
  transition: color 0.22s ease, background-color 0.22s ease;
}
.socialLinkGroup__menu a:hover {
  color: #e0040b;
  background: rgba(255, 255, 255, 0.06);
}
.socialLinkGroup:hover .socialLinkGroup__menu, .socialLinkGroup:focus-within .socialLinkGroup__menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.socialLinkGroup--scrollLocked .socialLinkGroup__menu {
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
}

.headerMobile {
  position: sticky;
  top: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 1.2rem;
  background-color: #240306;
  background-image: url("../img/tzompantli-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.14), rgba(12, 4, 5, 0.42));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: testal-title;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
.headerMobile__logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.headerMobile__logoContainer__eyebrow {
  display: block;
  margin-bottom: -0.9rem;
  font-family: testal-title;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.92);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.headerMobile__logoContainer__logo {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  display: block;
  transform: translateY(-0.12rem);
}
.headerMobile__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-left: auto;
}
.headerMobile__menuBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.headerMobile__menuBtn:hover {
  background-color: rgba(197, 106, 26, 0.1);
  border-color: rgba(197, 106, 26, 0.3);
  transform: scale(1.05);
}
.headerMobile__menuBtn:active {
  transform: scale(0.95);
}
.headerMobile__menuBtn__icon {
  font-size: 1.4rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 420px) {
  .headerShippingBadge {
    top: auto;
    bottom: 0.9rem;
    padding: 0.54rem 0.34rem;
    font-size: 0.48rem;
    gap: 0.28rem;
  }
  .headerShippingBadge i {
    font-size: 0.68rem;
  }
}
.floatingWhatsApp {
  position: fixed;
  right: 1.25rem;
  bottom: 3.75rem;
  z-index: 1200;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #30e376, #19b85a 52%, #0d8f42);
  background-position: center, center;
  background-size: 260px auto, auto;
  background-blend-mode: soft-light, normal;
  color: #ffffff;
  font-size: 1.66rem;
  box-shadow: 0 14px 30px rgba(13, 143, 66, 0.32);
  border: 2px solid rgba(214, 255, 229, 0.9);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.floatingWhatsApp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 42px rgba(25, 184, 90, 0.42);
  filter: saturate(1.05);
}
.floatingWhatsApp:active {
  transform: scale(0.97);
}
.floatingWhatsApp__bubble {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  isolation: isolate;
  min-width: 6.3rem;
  padding: 0.39rem 0.54rem;
  border: 1px solid rgba(214, 255, 229, 0.58);
  border-radius: 0.8rem;
  background: #128c4a;
  color: #ffffff;
  font-family: system-ui, sans-serif;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}
.floatingWhatsApp__bubble::before {
  content: "";
  position: absolute;
  top: -0.48rem;
  right: 0.94rem;
  width: 0.61rem;
  height: 0.61rem;
  border-top: 1px solid rgba(214, 255, 229, 0.58);
  border-left: 1px solid rgba(214, 255, 229, 0.58);
  background: #128c4a;
  transform: rotate(45deg);
  z-index: -1;
}
.floatingWhatsApp__bubble span {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .floatingWhatsApp {
    right: 0.9rem;
    bottom: 3.65rem;
    width: 3.27rem;
    height: 3.27rem;
    font-size: 1.46rem;
  }
  .floatingWhatsApp__bubble {
    min-width: 5.8rem;
    padding: 0.36rem 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }
}
.menuNavContainer {
  position: fixed;
  inset: 0;
  z-index: 990;
  font-family: "testal-title";
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 8, 18, 0.78);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.menuNavContainer__menu {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  border: 1px solid rgba(224, 4, 11, 0.22);
  border-radius: 2rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.38);
  text-align: center;
  animation: menuFadeUp 0.45s ease forwards;
}
.menuNavContainer__menu__link {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #f7efe0;
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.menuNavContainer__menu__link:hover {
  color: #e0040b;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(197, 106, 26, 0.18);
}
.menuNavContainer__menu__socials {
  display: flex;
  gap: 0.9rem;
  margin-top: 2rem;
}
.menuNavContainer__menu__socials__link {
  color: #f7efe0;
  font-size: 1.15rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.menuNavContainer__menu__socials__link:hover {
  color: #e0040b;
  transform: translateY(-3px);
  background: rgba(197, 106, 26, 0.08);
  border-color: rgba(197, 106, 26, 0.22);
}
.menuNavContainer__menu__socials__link__icon {
  pointer-events: none;
}

.menuNavContainer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes menuFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 901px) {
  .menuNavContainer {
    display: none;
  }
}
.presentation__heroContainer {
  position: relative;
  width: 100%;
  height: min(90vh, 58rem);
  overflow: hidden;
  border-radius: 0;
}

/* OVERLAY (NO afecta al texto) */
.presentation__heroContainer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 7, 39, 0.2), rgba(0, 7, 39, 0.48)), radial-gradient(circle at top, rgba(197, 106, 26, 0.12), transparent 30%);
  z-index: 1;
  pointer-events: none;
  animation: overlayFadeIn 0.6s ease forwards;
  animation-delay: 1s;
}

@keyframes overlayFadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.308);
  }
}
/* INFO */
.presentation__heroContainer__info {
  position: absolute;
  hyphens: none;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  width: 100%;
  opacity: 0;
  animation: textIn 0.6s ease forwards;
  animation-delay: 1s;
  /* ✅ Ajuste LOGO */
  /* ✅ Ajuste ICONO */
}
.presentation__heroContainer__info__logoContainer {
  width: clamp(9rem, 18vw, 20rem);
  margin: 0 auto 1.25rem;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.3));
}
.presentation__heroContainer__info__logoContainer__logo {
  width: 100%;
  height: auto;
  display: block;
}
.presentation__heroContainer__info__iconContainer {
  width: clamp(3rem, 8vw, 8rem);
  margin: 0 auto 1rem;
}
.presentation__heroContainer__info__iconContainer__icon {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes textIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* TÍTULO */
.presentation__heroContainer__info__title {
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.05;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

/* DESCRIPCIÓN */
.presentation__heroContainer__info__text {
  max-width: 42rem;
  margin: 0 auto;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
}

/* VIDEO */
.presentation__heroContainer__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

@media (max-width: 700px) {
  .presentation__heroContainer {
    height: 78vh;
    border-radius: 0;
  }
  .presentation__heroContainer__info__logoContainer {
    width: clamp(13rem, 52vw, 18rem);
    margin-bottom: 1.5rem;
  }
  .presentation__heroContainer__info__title {
    letter-spacing: 0.08em;
  }
}
#hero-slider .hero-link {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
#hero-slider .hero-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34));
  pointer-events: none;
  transition: background 0.25s ease;
}
#hero-slider .hero-link picture,
#hero-slider .hero-link img {
  display: block;
  width: 100%;
}
#hero-slider .hero-link img {
  transition: transform 0.35s ease, filter 0.35s ease;
}
#hero-slider .hero-link:hover img {
  transform: scale(1.025);
  filter: saturate(1.06);
}
#hero-slider .hero-link:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
}

.catalogHeroCta {
  position: absolute;
  left: 50%;
  bottom: clamp(1.1rem, 4vw, 2.6rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 2rem);
  min-height: 2.7rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(255, 238, 214, 0.44);
  border-radius: 999px;
  background: rgba(20, 3, 6, 0.68);
  color: #ffffff;
  font-family: system-ui, sans-serif;
  font-size: clamp(0.82rem, 2.5vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 520px) {
  .catalogHeroCta {
    bottom: 1rem;
    min-height: 2.4rem;
    padding: 0.62rem 0.9rem;
    letter-spacing: 0.03em;
  }
}
.reservation {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  color: #fff;
  justify-content: center;
  overflow-x: hidden;
  text-align: center;
}
@media (max-width: 369px) {
  .reservation {
    padding-left: 18vw;
  }
}

.ot-wrapper {
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: center;
}

#ot-widget-container0 {
  display: flex;
  justify-content: center;
}

/* EL IFRAME */
#ot-widget-container0 iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 358px;
  max-width: 100%;
  border: 0;
}

/* ===============================
   RESERVATION TEXT
================================ */
.reservation__text {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.2rem;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.3px;
}
.reservation__text__title {
  display: block;
  margin-bottom: 0.6rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}

/* ===============================
   RESPONSIVE
================================ */
@media (min-width: 768px) {
  .reservation__text {
    font-size: 1.05rem;
  }
}
.promosMes,
.comunidadFotos {
  --promos-media-height: min(68svh, 620px);
  padding: 0 1rem clamp(2.4rem, 5vw, 4.5rem);
  background: radial-gradient(circle at top right, rgba(197, 106, 26, 0.12), transparent 28%), linear-gradient(180deg, rgba(9, 8, 10, 0.9), rgba(18, 7, 9, 0.94));
  border-top: 1px solid rgba(197, 106, 26, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.promosMes[hidden],
.comunidadFotos[hidden] {
  display: none;
}
.promosMes__inner,
.comunidadFotos__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.4rem;
}
.promosMes__title,
.comunidadFotos__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: calc(50% - 50vw);
}
.promosMes__slider,
.comunidadFotos__slider {
  width: 100%;
}
.promosMes__slider.motion-reveal, .promosMes__slider.motion-reveal.is-visible,
.comunidadFotos__slider.motion-reveal,
.comunidadFotos__slider.motion-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}
.promosMes .splide__track,
.comunidadFotos .splide__track {
  overflow: hidden;
}
.promosMes .splide__slide,
.comunidadFotos .splide__slide {
  min-height: var(--promos-media-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.4rem, 1.5vw, 1rem);
}
.promosMes__image,
.comunidadFotos__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: var(--promos-media-height);
  border-radius: 8px;
  object-fit: contain;
  display: block;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}
.promosMes .splide__arrow,
.comunidadFotos .splide__arrow {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(9, 8, 10, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 1;
}
.promosMes .splide__arrow svg,
.comunidadFotos .splide__arrow svg {
  fill: #ffffff;
}
.promosMes .splide__pagination,
.comunidadFotos .splide__pagination {
  bottom: -0.15rem;
}
.promosMes .splide__pagination__page,
.comunidadFotos .splide__pagination__page {
  background: rgba(255, 255, 255, 0.54);
  opacity: 1;
}
.promosMes .splide__pagination__page.is-active,
.comunidadFotos .splide__pagination__page.is-active {
  width: 1.6rem;
  border-radius: 999px;
  background: #f08a24;
  transform: scale(1);
}
@media (max-width: 700px) {
  .promosMes,
  .comunidadFotos {
    --promos-media-height: min(58svh, 420px);
    padding-inline: 0.75rem;
  }
  .promosMes .splide__slide,
  .comunidadFotos .splide__slide {
    min-height: auto;
  }
  .promosMes__image,
  .comunidadFotos__image {
    max-height: var(--promos-media-height);
  }
  .promosMes .splide__arrow,
  .comunidadFotos .splide__arrow {
    width: 2.35rem;
    height: 2.35rem;
  }
}

.solutionsTitle {
  position: sticky;
  font-family: "testal-title";
  letter-spacing: 0.25em;
  left: 0;
  right: 0;
  top: 4.7rem;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.2), 0 10px 22px rgba(0, 0, 0, 0.22);
  height: 4rem;
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  border-top: 1px solid rgba(224, 4, 11, 0.24);
  border-bottom: 1px solid rgba(224, 4, 11, 0.24);
  color: #ffffff;
  text-align: center;
  align-content: center;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2.25rem);
  font-weight: bold;
  z-index: 980;
  backdrop-filter: blur(12px);
}

@media (min-width: 901px) {
  .solutionsTitle {
    top: 5.7rem;
  }
}
.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.985);
  filter: blur(6px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), filter 0.85s ease var(--motion-delay, 0ms);
  will-change: opacity, transform, filter;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.presentation__heroContainer__info__logoContainer {
  animation: logoFloat 5.2s ease-in-out infinite;
}

.presentation__heroContainer__info__title,
.presentation__heroContainer__info__text {
  animation: textGlow 6s ease-in-out infinite;
}

.card {
  animation: cardIdle 6.4s ease-in-out infinite;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.card:nth-child(even) {
  animation-duration: 7.2s;
  animation-delay: 0.35s;
}

.card.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.92);
  filter: blur(10px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), filter 0.5s ease var(--motion-delay, 0ms), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.card.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.card__imgContainer__img {
  transition: transform 0.7s ease, filter 0.45s ease;
}

.card:hover .card__imgContainer__img {
  filter: saturate(1.08);
}

.card__tag,
.floatingWhatsApp {
  animation: softPulse 2.8s ease-in-out infinite;
}

.menuBtns__nav__btn,
.footer__socials__icons a,
.header__navSocials__link,
.floatingWhatsApp {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.mapsContainer__ubication__mapContainer,
.info__logo {
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.35s ease;
}

.mapsContainer__ubication__mapContainer:hover,
.info__logo:hover {
  transform: translateY(-6px);
  filter: saturate(1.04);
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes textGlow {
  0%, 100% {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.42);
  }
  50% {
    text-shadow: 0 8px 24px rgba(197, 106, 26, 0.14), 0 4px 14px rgba(0, 0, 0, 0.46);
  }
}
@keyframes cardIdle {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.003);
  }
}
@keyframes softPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .presentation__heroContainer__info__logoContainer,
  .presentation__heroContainer__info__title,
  .presentation__heroContainer__info__text,
  .card,
  .card__tag,
  .floatingWhatsApp {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
/* =====================================================
   INFO – SINGLE CONTAINER DIAGONAL HERO
===================================================== */
.info {
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding: 4rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../img/backgrounds_hero/mesas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  /* DEGRADADO DIAGONAL */
  /* BLUR SUTIL */
  /* ===============================
     BLOQUES
  ================================ */
  /* ===============================
     LOGO CENTRAL
  ================================ */
  /* ===============================
     TABLET
  ================================ */
  /* ===============================
     MOBILE
  ================================ */
}
.info::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgb(54, 3, 6) 0%, rgba(8, 5, 7, 0.9) 30%, rgba(44, 14, 8, 0.42) 55%, rgb(0, 0, 0) 75%, rgb(86, 4, 8) 100%);
}
.info::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  pointer-events: none;
}
.info__block {
  position: relative;
  z-index: 2;
  max-width: 520px;
}
.info__block--top-left {
  align-self: flex-start;
  text-align: left;
}
.info__block--bottom-right {
  align-self: flex-end;
  text-align: right;
}
.info__text {
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}
.info__block--center {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info__logo {
  width: clamp(90px, 12vw, 160px);
  height: auto;
  opacity: 0.95;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.65));
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.info__logo:hover {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 900px) {
  .info {
    padding: 3rem;
    gap: 3rem;
    min-height: 30vh;
  }
  .info__block {
    max-width: 620px;
  }
}
@media (max-width: 600px) {
  .info {
    min-height: auto;
    background-attachment: scroll;
    gap: 3rem;
    padding: 3rem 1.5rem;
  }
  .info__block {
    max-width: 100%;
    align-self: center;
    text-align: center;
  }
  .info::before {
    background: linear-gradient(to top, rgb(36, 3, 6) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(44, 14, 8, 0.28) 75%, rgb(86, 4, 8) 100%);
  }
}

.reviewsSection {
  padding: 3rem 1rem clamp(2rem, 4vw, 3.25rem);
  margin-top: 0;
  background: radial-gradient(circle at 16% 20%, rgba(197, 106, 26, 0.12), transparent 24%), linear-gradient(180deg, rgba(9, 12, 16, 0.94), rgba(18, 7, 9, 0.96));
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.reviewsSection::before, .reviewsSection::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(3rem, 9vw, 8rem);
  z-index: 10;
  pointer-events: none;
}
.reviewsSection::before {
  left: 0;
  background: linear-gradient(90deg, rgb(9, 12, 16) 0%, rgba(9, 12, 16, 0.86) 34%, rgba(9, 12, 16, 0) 100%);
}
.reviewsSection::after {
  right: 0;
  background: linear-gradient(270deg, rgb(18, 7, 9) 0%, rgba(18, 7, 9, 0.86) 34%, rgba(18, 7, 9, 0) 100%);
}
.reviewsSection__inner {
  width: calc(100% + 2rem);
  margin-inline: -1rem;
  display: grid;
  gap: 0.45rem;
  position: relative;
  z-index: 1;
}
.reviewsSection__slider {
  position: relative;
  width: 100%;
  padding-block: 0;
}
.reviewsSection__viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reviewsSection__track {
  display: flex;
  gap: 0.62rem;
  width: max-content;
  will-change: transform;
}
.reviewsSection__group {
  display: flex;
  flex: 0 0 auto;
  gap: 0.62rem;
}
.reviewsSection__slider.motion-reveal, .reviewsSection__slider.motion-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}
.reviewsSection__card {
  flex: 0 0 20.4rem;
  min-height: 10.3rem;
  width: 20.4rem;
  padding: 0.98rem;
  border-radius: 8px;
  border: 1px solid rgba(197, 106, 26, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)), radial-gradient(circle at 85% 0%, rgba(197, 106, 26, 0.18), transparent 34%), rgba(18, 12, 11, 0.9);
  color: #eefaff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.74rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}
.reviewsSection__fishes {
  color: #f08a24;
  display: inline-flex;
  gap: 0.18rem;
  font-size: 0.8rem;
}
.reviewsSection p {
  color: rgba(238, 250, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.42;
}
.reviewsSection strong {
  color: #ffffff;
  font-size: 0.98rem;
}
.reviewsSection__person {
  display: grid;
  gap: 0.2rem;
}
.reviewsSection small {
  color: rgba(226, 244, 255, 0.64);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .reviewsSection {
    padding-inline: 0.75rem;
  }
  .reviewsSection__inner {
    gap: 0.4rem;
  }
  .reviewsSection__track, .reviewsSection__group {
    gap: 0.52rem;
  }
  .reviewsSection__card {
    flex-basis: 88vw;
    min-height: 9.6rem;
    padding: 0.86rem;
    width: 88vw;
  }
}

.footer {
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  background-repeat: repeat;
  color: #f7efe0;
  padding-top: 4rem;
  font-size: 0.95rem;
  border-top: 1px solid rgba(247, 239, 224, 0.14);
}
.footer__top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.footer__brand__logo {
  width: 160px;
  margin: 0 auto 1rem;
}
.footer__brand__text {
  text-align: center;
  line-height: 1.7;
  opacity: 0.9;
  color: rgba(247, 239, 224, 0.82);
}
.footer__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer__title--suggestions {
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  color: #e0040b;
}
.footer__nav, .footer__contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer__link {
  color: #f7efe0;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.footer__link:hover {
  color: #f08a24;
  opacity: 1;
  transform: translateX(4px);
}
.footer__contactLink {
  color: #f08a24;
  opacity: 1;
  transition: transform 0.25s ease, color 0.25s ease;
}
.footer__contactLink:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.footer__socials {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__socials__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__socials__icons a {
  color: #f7efe0;
  font-size: 1.1rem;
  opacity: 0.92;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.footer__socials__icons a:hover {
  color: #f08a24;
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(197, 106, 26, 0.26);
}
.footer__bottom {
  border-top: 1px solid rgba(247, 239, 224, 0.25);
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 0.8rem;
  opacity: 0.75;
}

@media (max-width: 640px) {
  .footer {
    text-align: center;
  }
  .footer__socials__icons {
    justify-content: center;
  }
  .footer__nav, .footer__contact {
    align-items: center;
  }
}

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