@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;
  }
}
.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;
  }
}
.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;
  }
}
/* =====================================================
   MAPS / SUCURSALES
===================================================== */
.mapsContainer {
  text-align: center;
  width: 100%;
  padding: 2rem 8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  /* ===============================
     SELECTOR
  ================================ */
  /* ===============================
     MAPS – INFO CONTACTO
  ================================ */
  /* ===============================
     UBICACION
  ================================ */
  /* ===============================
     TABLET
  ================================ */
  /* ===============================
     MOBILE
  ================================ */
}
.mapsContainer__select {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mapsContainer__select label {
  font-size: 0.9rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.85;
}
.mapsContainer__select__options {
  text-align: center;
  text-align-last: center;
  appearance: none;
  background: #cfa34a;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.9rem 1rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: border 0.3s ease, background 0.3s ease;
}
.mapsContainer__select__options:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}
.mapsContainer__select__options option {
  text-align: center;
  background: #cfa34a;
  color: #fff;
}
.mapsContainer .mapsContainer__info {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  color: #fff;
  /* ===============================
     DIRECCIÓN
  ================================ */
  /* ===============================
     NUMEROS
  ================================ */
  /* ===============================
     MOBILE
  ================================ */
}
.mapsContainer .mapsContainer__info__adress {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.6;
  letter-spacing: 0.4px;
  opacity: 0.9;
}
.mapsContainer .mapsContainer__info__numbers {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.mapsContainer .mapsContainer__info__numbers__number {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
.mapsContainer .mapsContainer__info__numbers__number i {
  font-size: 1.2rem;
  opacity: 0.9;
}
.mapsContainer .mapsContainer__info__numbers__number a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.mapsContainer .mapsContainer__info__numbers__number a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .mapsContainer .mapsContainer__info {
    gap: 1.4rem;
  }
  .mapsContainer .mapsContainer__info__numbers {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.mapsContainer__ubication {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: stretch;
}
.mapsContainer__ubication__mapContainer {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
.mapsContainer__ubication__mapContainer__map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: none;
}
.mapsContainer__ubication__mapContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05);
}
.mapsContainer__suggestionsBtn {
  width: fit-content;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 106, 26, 0.28);
  background: linear-gradient(135deg, #f08a24, #e0040b);
  color: #050506;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.mapsContainer__suggestionsBtn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}
@media (max-width: 1024px) {
  .mapsContainer {
    padding: 5rem 4rem;
  }
  .mapsContainer__ubication {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .mapsContainer {
    padding: 4rem 1.5rem;
    gap: 3rem;
  }
  .mapsContainer .solutionsTitle {
    letter-spacing: 2px;
  }
  .mapsContainer__ubication__mapContainer__map {
    min-height: 320px;
  }
}

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