html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body,
body * {
  letter-spacing: 0 !important;
}

body {
  background:
    linear-gradient(90deg, rgba(242, 202, 80, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #111317;
  background-size: 72px 72px;
}

main,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

header {
  transition: transform 340ms ease, background-color 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

header.sm-header-hidden {
  transform: translate3d(0, -105%, 0);
}

header.sm-header-condensed {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

header#top-nav,
header#sm-main-header,
header#main-nav {
  position: fixed !important;
  inset: 0 0 auto !important;
  width: 100% !important;
  height: 80px !important;
  z-index: 50 !important;
  display: block !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(17, 19, 23, 0.88) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

header#top-nav > div,
header#sm-main-header > div,
header#main-nav > div {
  width: min(1440px, 100%) !important;
  height: 80px !important;
  margin: 0 auto !important;
  padding-left: 52px !important;
  padding-right: 52px !important;
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  box-sizing: border-box !important;
}

header#top-nav > div > a,
header#sm-main-header > div > a,
header#main-nav > div > a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 360px !important;
  min-width: 0 !important;
  flex: 0 0 360px !important;
  overflow: hidden !important;
}

.sm-brand-copy {
  min-width: 0 !important;
  width: 286px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.sm-brand-copy strong {
  display: block !important;
  color: #f5f5f6 !important;
  font-family: "Bebas Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.sm-nav-scroll {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 20px !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  mask-image: none;
  -webkit-mask-image: none;
  scrollbar-gutter: stable both-edges;
}

.sm-nav-scroll a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: max-content !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 2px 8px !important;
  border-bottom: 0 !important;
  font-family: "Bebas Neue", Impact, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: rgba(226, 226, 230, 0.78);
  line-height: 1 !important;
  transition: color 180ms ease;
}

.sm-nav-scroll a:hover,
.sm-nav-scroll a.text-primary {
  color: #f2ca50 !important;
}

.sm-nav-scroll a::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 2px;
  background: #f2ca50;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.sm-nav-scroll a:hover::after,
.sm-nav-scroll a.text-primary::after {
  transform: scaleX(1);
}

.sm-nav-scroll {
  display: grid !important;
  grid-template-columns: 64px 82px 132px 158px 72px 158px 78px !important;
  justify-content: end !important;
  justify-items: center !important;
  column-gap: 18px !important;
}

.sm-nav-scroll a {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  text-align: center !important;
}

@media (max-width: 1180px) {
  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    grid-template-columns: 315px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    width: 315px !important;
    flex-basis: 315px !important;
  }

  .sm-brand-copy {
    width: 242px !important;
  }

  .sm-nav-scroll {
    grid-template-columns: 56px 74px 118px 138px 62px 138px 70px !important;
    column-gap: 12px !important;
  }

  .sm-nav-scroll a {
    font-size: 11px !important;
  }
}

@media (max-width: 1099px) {
  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    grid-template-columns: 268px minmax(0, 1fr) !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    width: 268px !important;
    flex-basis: 268px !important;
  }

  .sm-brand-copy {
    width: 198px !important;
  }
}

.sm-brand-mark {
  width: 58px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.sm-brand-mark img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
  image-rendering: auto;
}

.group:hover .sm-brand-mark img {
  transform: none !important;
}

header strong {
  white-space: nowrap;
}

.sm-brand-copy {
  min-height: 50px;
  align-items: flex-start;
}

.sm-brand-copy strong {
  display: block;
  line-height: 1;
  transform: translateY(1px);
}

main > section,
body > section {
  position: relative;
}

main > section:not(:first-child)::before,
body > section:not(:first-of-type)::before {
  content: "";
  position: absolute;
  inset: 0 80px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 202, 80, 0.22), rgba(255, 255, 255, 0.08), transparent);
  pointer-events: none;
}

main > section:first-child,
body > section:first-of-type {
  height: auto !important;
  min-height: 600px !important;
  padding-top: 108px !important;
  padding-bottom: 58px !important;
}

body[data-page="inicio"] main > section:first-child,
body[data-page="inicio"] > section:first-of-type {
  min-height: 660px !important;
}

.py-section-gap {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.pt-section-gap {
  padding-top: 76px !important;
}

.pb-section-gap {
  padding-bottom: 76px !important;
}

.mb-section-gap {
  margin-bottom: 76px !important;
}

.gap-section-gap {
  gap: 56px !important;
}

.mb-20 {
  margin-bottom: 44px !important;
}

.mb-16 {
  margin-bottom: 36px !important;
}

.mb-12 {
  margin-bottom: 34px !important;
}

.p-10 {
  padding: 28px !important;
}

.p-12 {
  padding: 32px !important;
}

.text-display-lg {
  font-size: 60px !important;
  line-height: 1.06 !important;
}

.text-display-lg-mobile {
  line-height: 1.08 !important;
}

.text-headline-md {
  line-height: 1.12 !important;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.glass-panel,
.glass-card,
.industrial-card {
  border-radius: 8px !important;
  border-color: rgba(242, 202, 80, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition:
    transform 380ms cubic-bezier(0.19, 1, 0.22, 1),
    border-color 380ms ease,
    box-shadow 380ms ease,
    background-color 380ms ease;
}

.glass-panel:hover,
.glass-card:hover,
.industrial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 202, 80, 0.36) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.industrial-card,
.glass-card {
  position: relative;
  overflow: hidden;
}

.industrial-card::after,
.glass-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 202, 80, 0), rgba(242, 202, 80, 0.85), rgba(242, 202, 80, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 420ms ease;
}

.industrial-card:hover::after,
.glass-card:hover::after {
  transform: scaleX(1);
}

img {
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), filter 700ms ease;
}

.group:hover img {
  transform: scale(1.035);
}

.sm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .md\:text-display-lg {
    font-size: 60px !important;
    line-height: 1.06 !important;
  }

  .md\:p-20 {
    padding: 48px !important;
  }

  .md\:px-margin-desktop {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media (max-width: 767px) {
  body {
    background-size: 52px 52px;
  }

  main > section:first-child,
  body > section:first-of-type {
    min-height: 520px !important;
    padding-top: 112px !important;
    padding-bottom: 46px !important;
  }

  body[data-page="inicio"] main > section:first-child,
  body[data-page="inicio"] > section:first-of-type {
    min-height: 570px !important;
  }

  .py-section-gap {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .pt-section-gap {
    padding-top: 52px !important;
  }

  .pb-section-gap {
    padding-bottom: 52px !important;
  }

  .mb-section-gap {
    margin-bottom: 52px !important;
  }

  .gap-section-gap,
  .gap-gutter {
    gap: 28px !important;
  }

  .px-margin-desktop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .p-10,
  .p-12 {
    padding: 24px !important;
  }

  .mb-20 {
    margin-bottom: 38px !important;
  }

  .mb-16 {
    margin-bottom: 32px !important;
  }

  .text-display-lg,
  .text-display-lg-mobile,
  .md\:text-display-lg {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .text-headline-md {
    font-size: 28px !important;
  }

  .sm-brand-mark {
    width: 48px;
    height: 44px;
  }

  .sm-brand-mark img {
    width: 43px;
    height: 38px;
  }

  main > section:not(:first-child)::before,
  body > section:not(:first-of-type)::before {
    left: 20px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .sm-reveal {
    opacity: 1;
    transform: none;
  }
}

header,
header .h-20 {
  height: 72px !important;
}

main.pt-20 {
  padding-top: 72px !important;
}

.sm-brand-mark {
  width: 52px !important;
  height: 46px !important;
}

.sm-brand-mark img {
  width: 46px !important;
  height: 40px !important;
}

.sm-brand-copy {
  min-height: 46px !important;
}

main > section:first-child,
body > section:first-of-type {
  min-height: 470px !important;
  padding-top: 86px !important;
  padding-bottom: 42px !important;
}

body[data-page="inicio"] main > section:first-child,
body[data-page="inicio"] > section:first-of-type {
  min-height: 520px !important;
}

.h-screen,
.h-\[614px\],
.h-\[819px\],
.h-\[870px\],
.h-\[921px\] {
  height: auto !important;
  min-height: 470px !important;
}

.min-h-\[700px\] {
  min-height: 520px !important;
}

.py-section-gap {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pt-section-gap {
  padding-top: 48px !important;
}

.pb-section-gap {
  padding-bottom: 48px !important;
}

.mb-section-gap {
  margin-bottom: 48px !important;
}

.py-32 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pt-10 {
  padding-top: 24px !important;
}

.pb-10 {
  padding-bottom: 24px !important;
}

.mt-20 {
  margin-top: 36px !important;
}

.mb-24 {
  margin-bottom: 38px !important;
}

.mb-20 {
  margin-bottom: 30px !important;
}

.mb-16 {
  margin-bottom: 26px !important;
}

.mb-12 {
  margin-bottom: 22px !important;
}

.mb-10 {
  margin-bottom: 20px !important;
}

.mb-8 {
  margin-bottom: 18px !important;
}

.mb-6 {
  margin-bottom: 14px !important;
}

.gap-gutter,
.gap-section-gap,
.gap-16 {
  gap: 24px !important;
}

.gap-12,
.gap-10,
.gap-8 {
  gap: 20px !important;
}

.p-12 {
  padding: 26px !important;
}

.p-10 {
  padding: 24px !important;
}

.p-8 {
  padding: 22px !important;
}

.md\:p-20 {
  padding: 34px !important;
}

.px-12 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-10 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-8 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-5 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-4 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.text-display-lg,
.md\:text-display-lg {
  font-size: clamp(42px, 4vw, 50px) !important;
  line-height: 1.08 !important;
}

.text-display-lg-mobile {
  font-size: clamp(34px, 5.2vw, 40px) !important;
  line-height: 1.1 !important;
}

.text-headline-md,
.md\:text-headline-md {
  font-size: 26px !important;
  line-height: 1.18 !important;
}

.text-body-lg {
  font-size: 16px !important;
  line-height: 1.56 !important;
}

.text-body-md,
.font-body-md {
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

.text-2xl {
  font-size: 21px !important;
  line-height: 1.24 !important;
}

.text-3xl {
  font-size: 25px !important;
  line-height: 1.2 !important;
}

.text-4xl {
  font-size: 30px !important;
  line-height: 1.15 !important;
}

.text-label-caps {
  font-size: 10.5px !important;
  line-height: 1.25 !important;
}

.h-48 {
  height: 136px !important;
}

.h-80 {
  height: 240px !important;
}

.h-\[600px\] {
  height: 390px !important;
}

.h-\[500px\] {
  height: 330px !important;
}

.min-h-\[500px\] {
  min-height: 330px !important;
}

.min-h-\[400px\] {
  min-height: 280px !important;
}

.min-h-\[200px\] {
  min-height: 160px !important;
}

.max-w-4xl {
  max-width: 48rem !important;
}

.glass-panel,
.glass-card,
.industrial-card {
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.glass-panel:hover,
.glass-card:hover,
.industrial-card:hover {
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.3);
}

footer.pt-section-gap {
  padding-top: 42px !important;
}

@media (min-width: 768px) {
  .md\:px-margin-desktop,
  .px-margin-desktop {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}

@media (max-width: 767px) {
  header,
  header .h-20,
  header#top-nav,
  header#sm-main-header,
  header#main-nav,
  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    height: 68px !important;
  }

  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    grid-template-columns: auto minmax(0, 1fr) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 12px !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    width: auto !important;
    flex-basis: auto !important;
  }

  .sm-brand-copy {
    display: flex !important;
  }

  .sm-nav-scroll {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 14px !important;
  }

  .sm-nav-scroll a {
    width: max-content !important;
    min-width: max-content !important;
    text-align: left !important;
  }

  main.pt-20 {
    padding-top: 68px !important;
  }

  main > section:first-child,
  body > section:first-of-type,
  body[data-page="inicio"] main > section:first-child,
  body[data-page="inicio"] > section:first-of-type {
    min-height: 430px !important;
    padding-top: 84px !important;
    padding-bottom: 34px !important;
  }

  .py-section-gap {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .text-display-lg,
  .text-display-lg-mobile,
  .md\:text-display-lg {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .text-headline-md,
  .md\:text-headline-md {
    font-size: 24px !important;
  }
}

.whatsapp-widget {
  position: fixed;
  right: clamp(8px, 1vw, 14px);
  bottom: clamp(18px, 2vw, 24px);
  z-index: 80;
}

.sm-whatsapp-float {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  position: relative;
  color: #09c869;
  background:
    radial-gradient(circle at 35% 28%, rgba(242, 202, 80, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(18, 21, 24, 0.96), rgba(7, 9, 12, 0.98));
  border: 1px solid rgba(242, 202, 80, 0.32);
  border-radius: 999px;
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.34),
    0 0 0 6px rgba(9, 200, 105, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.sm-whatsapp-float:hover {
  transform: translateY(-2px) scale(1.025);
  border-color: rgba(242, 202, 80, 0.72);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.38),
    0 0 0 7px rgba(9, 200, 105, 0.10),
    0 0 24px rgba(9, 200, 105, 0.16);
}

.sm-whatsapp-float svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.22));
}

.sm-whatsapp-float span {
  display: none;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 10px;
  color: #f5f5f6;
  background: rgba(14, 16, 19, 0.9);
  border: 1px solid rgba(242, 202, 80, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sm-whatsapp-float:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(-2px);
}

.sm-site-footer {
  position: relative;
  z-index: 2;
  margin-top: clamp(42px, 6vw, 86px);
  color: #f7f2e8;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.96), rgba(7, 8, 10, 0.90)),
    radial-gradient(circle at 18% 0%, rgba(242, 202, 80, 0.16), transparent 34%),
    #07080a;
  border-top: 1px solid rgba(242, 202, 80, 0.32);
  box-shadow: 0 -20px 70px rgba(0, 0, 0, 0.28);
}

.sm-footer-shell {
  width: min(1080px, calc(100% - 144px));
  margin: 0 auto;
}

.sm-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1.55fr) minmax(180px, 0.9fr) minmax(220px, 1fr) minmax(150px, 0.72fr);
  gap: clamp(24px, 4vw, 62px);
  padding: 30px 0 24px;
}

.sm-footer-col h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.sm-footer-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.48;
  text-decoration: none;
}

.sm-footer-item:hover {
  color: #ffd77a;
}

.sm-footer-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: #f2ca50;
}

.sm-footer-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sm-footer-bottom {
  padding: 17px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

@media (min-width: 901px) {
  main .max-w-container-max,
  main section.max-w-container-max,
  footer .max-w-container-max,
  .sm-footer-shell {
    width: min(1080px, calc(100% - 144px)) !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main .max-w-container-max.px-margin-mobile,
  main .max-w-container-max.md\:px-margin-desktop,
  footer .max-w-container-max.px-margin-mobile,
  footer .max-w-container-max.md\:px-margin-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .sm-whatsapp-float {
    width: 46px;
    height: 46px;
  }

  .sm-whatsapp-float svg {
    width: 30px;
    height: 30px;
  }

  .sm-whatsapp-float span {
    display: none;
  }

  .sm-footer-shell {
    width: min(100% - 32px, 620px);
  }

  .sm-footer-main {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0 18px;
  }

  .sm-footer-col h3 {
    margin-bottom: 9px;
  }

  .sm-footer-item {
    margin-bottom: 9px;
  }

  .sm-footer-bottom {
    padding-right: 82px;
  }
}

@media (min-width: 901px) {
  header#top-nav,
  header#sm-main-header,
  header#main-nav {
    height: 80px !important;
    min-height: 80px !important;
    transition: transform 260ms ease, box-shadow 220ms ease !important;
  }

  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    position: relative !important;
    display: block !important;
    height: 80px !important;
    min-height: 80px !important;
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    position: absolute !important;
    left: 52px !important;
    top: 50% !important;
    width: 360px !important;
    height: 52px !important;
    transform: translateY(-50%) !important;
  }

  .sm-nav-scroll {
    position: absolute !important;
    right: 52px !important;
    top: 50% !important;
    width: 780px !important;
    height: 34px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: grid !important;
    grid-template-columns: 54px 76px 124px 152px 64px 148px 72px !important;
    column-gap: 15px !important;
    align-items: center !important;
    justify-items: center !important;
    justify-content: start !important;
    overflow: visible !important;
    transform: translateY(-50%) !important;
  }

  .sm-nav-scroll a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 0 8px !important;
    justify-content: center !important;
    text-align: center !important;
    transform: none !important;
    transition: color 160ms ease !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    left: 34px !important;
    width: 315px !important;
  }

  .sm-nav-scroll {
    right: 34px !important;
    width: 682px !important;
    grid-template-columns: 48px 66px 104px 128px 56px 124px 60px !important;
    column-gap: 16px !important;
  }
}

:root {
  --sm-copy-size: clamp(13.6px, 0.78vw, 14.2px);
  --sm-copy-leading: 1.56;
  --sm-dense-copy-size: clamp(12.2px, 0.72vw, 12.8px);
  --sm-dense-leading: 1.45;
  --sm-small-copy-size: clamp(11.3px, 0.68vw, 12px);
}

main p,
main li,
main label,
main input,
main textarea,
main select,
main td {
  letter-spacing: 0 !important;
}

main p,
main li {
  font-size: var(--sm-copy-size) !important;
  line-height: var(--sm-copy-leading) !important;
}

main .text-body-lg,
main .text-body-md,
main .font-body-md {
  font-size: var(--sm-copy-size) !important;
  line-height: var(--sm-copy-leading) !important;
}

body[data-page="inicio"] .home-service-card p,
body[data-page="inicio"] .home-service-row p,
body[data-page="marcas"] .brand-intro-panel p,
body[data-page="marcas"] .font-body-md,
body[data-page="nosotros"] .copy-block p,
body[data-page="nosotros"] .value-copy p,
body[data-page="por-que-elegirnos"] .why-copy p,
body[data-page="preguntas"] .faq-hero p,
body[data-page="preguntas"] .faq-panel p,
body[data-page="contacto"] main p,
body[data-page="contacto"] .contact-channel-card .font-body-md {
  font-size: var(--sm-copy-size) !important;
  line-height: var(--sm-copy-leading) !important;
}

body[data-page="servicios"] .services-shell .service-copy p,
body[data-page="servicios"] .service-copy p {
  font-size: var(--sm-dense-copy-size) !important;
  line-height: var(--sm-dense-leading) !important;
  word-spacing: 0 !important;
}

body[data-page="servicios"] .service-media-note {
  font-size: var(--sm-small-copy-size) !important;
  line-height: 1.42 !important;
}

body[data-page="servicios"] .solution-link,
body[data-page="preguntas"] .faq-question {
  font-size: clamp(11.8px, 0.72vw, 12.8px) !important;
  line-height: 1.2 !important;
}

body[data-page="preguntas"] .faq-panel h2 {
  font-size: clamp(24px, 2vw, 31px) !important;
  line-height: 1.1 !important;
}

body[data-page="contacto"] input,
body[data-page="contacto"] textarea,
body[data-page="contacto"] select {
  font-size: 13.5px !important;
  line-height: 1.4 !important;
}

body[data-page="contacto"] .contact-brochure-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
  min-width: 0;
}

body[data-page="contacto"] .brochure-premium-button {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  width: min(100%, 520px);
  padding: 10px 13px 10px 11px;
  overflow: hidden;
  color: #fff7e2;
  text-decoration: none;
  border: 1px solid rgba(242, 202, 80, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(242, 202, 80, 0.22), rgba(255, 255, 255, 0.06) 46%, rgba(9, 11, 14, 0.86)),
    rgba(17, 19, 22, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26), 0 10px 28px rgba(242, 202, 80, 0.10);
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body[data-page="contacto"] .brochure-premium-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(242, 202, 80, 0.26), transparent 32%);
  opacity: 0.78;
  z-index: -1;
}

body[data-page="contacto"] .brochure-premium-button:hover,
body[data-page="contacto"] .brochure-premium-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242, 202, 80, 0.78);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 14px 34px rgba(242, 202, 80, 0.16);
  outline: none;
}

body[data-page="contacto"] .brochure-premium-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #111316;
  background: linear-gradient(135deg, #ffe184, #f2bd32);
  box-shadow: 0 10px 24px rgba(242, 202, 80, 0.2);
}

body[data-page="contacto"] .brochure-premium-icon .material-symbols-outlined {
  font-size: 22px;
}

body[data-page="contacto"] .brochure-premium-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body[data-page="contacto"] .brochure-premium-copy span {
  color: #f2ca50;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="contacto"] .brochure-premium-copy strong {
  display: block;
  color: #fffaf0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 850;
  line-height: 1.08;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="contacto"] .brochure-premium-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(242, 202, 80, 0.34);
  border-radius: 999px;
  color: #f8efd2;
  background: rgba(255, 255, 255, 0.06);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

body[data-page="contacto"] .brochure-premium-arrow {
  color: #f2ca50;
  font-size: 18px;
}

body[data-page="contacto"] .brochure-download-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  min-height: 108px;
  padding: 18px 20px;
  overflow: hidden;
  color: #f8f3e8;
  text-decoration: none;
  border: 1px solid rgba(242, 202, 80, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 202, 80, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(242, 202, 80, 0.13), rgba(255, 255, 255, 0.05) 45%, rgba(8, 10, 12, 0.86));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
  isolation: isolate;
}

body[data-page="contacto"] .brochure-download-cta::before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -35%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(18deg);
  opacity: 0;
  transition: transform 520ms ease, opacity 220ms ease;
  pointer-events: none;
  z-index: -1;
}

body[data-page="contacto"] .brochure-download-cta:hover,
body[data-page="contacto"] .brochure-download-cta:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242, 202, 80, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 16px 42px rgba(242, 202, 80, 0.14);
  outline: none;
}

body[data-page="contacto"] .brochure-download-cta:hover::before,
body[data-page="contacto"] .brochure-download-cta:focus-visible::before {
  opacity: 1;
  transform: translateX(330%) rotate(18deg);
}

body[data-page="contacto"] .brochure-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #111316;
  background: linear-gradient(135deg, #ffe28b, #f2bd32);
  box-shadow: 0 16px 34px rgba(242, 202, 80, 0.2);
  flex: 0 0 auto;
}

body[data-page="contacto"] .brochure-download-icon .material-symbols-outlined {
  font-size: 27px;
}

body[data-page="contacto"] .brochure-download-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body[data-page="contacto"] .brochure-download-eyebrow {
  color: #f2ca50;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

body[data-page="contacto"] .brochure-download-copy strong {
  color: #fffaf0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.03;
}

body[data-page="contacto"] .brochure-download-copy > span:last-child {
  color: rgba(246, 244, 239, 0.74);
  font-size: 13.5px;
  line-height: 1.38;
}

body[data-page="contacto"] .brochure-download-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(242, 202, 80, 0.32);
  border-radius: 999px;
  color: #f8f3e8;
  background: rgba(255, 255, 255, 0.06);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body[data-page="contacto"] .brochure-download-action .material-symbols-outlined {
  font-size: 17px;
}

body[data-page="contacto"] label,
.sm-footer-item,
.sm-footer-bottom {
  font-size: 13px !important;
  line-height: 1.48 !important;
}

body[data-page="contacto"] .sm-location-section {
  width: min(1080px, calc(100% - 144px));
  margin: 16px auto 0;
  padding: 0 0 56px;
  scroll-margin-top: 96px;
}

body[data-page="contacto"] .sm-location-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(420px, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(242, 202, 80, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 202, 80, 0.10), transparent 32%),
    linear-gradient(135deg, rgba(24, 27, 28, 0.92), rgba(10, 12, 15, 0.96));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
}

body[data-page="contacto"] .sm-location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(8, 10, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="contacto"] .sm-location-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f2ca50;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body[data-page="contacto"] .sm-location-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f2ca50;
}

body[data-page="contacto"] .sm-location-copy h2 {
  margin: 14px 0 10px;
  color: #f6f4ef;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(26px, 2.3vw, 36px);
  line-height: 1.08;
  font-weight: 850;
}

body[data-page="contacto"] .sm-location-copy p {
  max-width: 320px;
  color: rgba(246, 244, 239, 0.78);
}

body[data-page="contacto"] .sm-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body[data-page="contacto"] .sm-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(242, 202, 80, 0.36);
  border-radius: 7px;
  color: #f7f2e8;
  background: rgba(255, 255, 255, 0.055);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

body[data-page="contacto"] .sm-location-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 202, 80, 0.76);
  background: rgba(242, 202, 80, 0.12);
}

body[data-page="contacto"] .sm-location-btn-primary {
  color: #141414;
  background: linear-gradient(135deg, #f7d768, #f2bd32);
  border-color: rgba(242, 202, 80, 0.86);
  box-shadow: 0 16px 34px rgba(242, 202, 80, 0.12);
}

body[data-page="contacto"] .sm-location-btn-primary:hover {
  color: #141414;
  background: linear-gradient(135deg, #ffe08a, #f2c24d);
}

body[data-page="contacto"] .sm-location-btn .material-symbols-outlined {
  font-size: 18px;
}

body[data-page="contacto"] .sm-map-card {
  position: relative;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid rgba(242, 202, 80, 0.28);
  background: #111316;
}

body[data-page="contacto"] .sm-map-card iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.86) contrast(0.98);
}

body[data-page="contacto"] .sm-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body[data-page="contacto"] .sm-location-shell-premium {
  grid-template-columns: minmax(320px, 0.48fr) minmax(460px, 1fr);
  gap: 20px;
  padding: 22px;
}

body[data-page="contacto"] .sm-location-shell-premium .sm-location-copy {
  justify-content: flex-start;
  min-height: 430px;
}

body[data-page="contacto"] .sm-location-branches {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

body[data-page="contacto"] .sm-location-branch {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(242, 202, 80, 0.18);
  border-radius: 9px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(7, 9, 12, 0.38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  outline: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body[data-page="contacto"] .sm-location-branch:hover,
body[data-page="contacto"] .sm-location-branch:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(242, 202, 80, 0.48);
  background:
    radial-gradient(circle at 90% 0%, rgba(242, 202, 80, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
}

body[data-page="contacto"] .sm-location-branch.is-active {
  border-color: rgba(242, 202, 80, 0.82);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset,
    0 0 34px rgba(242, 202, 80, 0.11);
}

body[data-page="contacto"] .sm-branch-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f2ca50;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="contacto"] .sm-branch-top .material-symbols-outlined {
  font-size: 19px;
}

body[data-page="contacto"] .sm-location-branch h3 {
  margin: 12px 0 7px;
  color: #f8f5eb;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(19px, 1.6vw, 23px);
  line-height: 1.08;
  font-weight: 850;
}

body[data-page="contacto"] .sm-location-branch p {
  max-width: none;
  margin: 0;
  color: rgba(246, 244, 239, 0.76);
}

body[data-page="contacto"] .sm-location-branch .sm-location-actions {
  margin-top: 14px;
}

body[data-page="contacto"] .sm-map-card.sm-map-card-premium {
  height: 430px;
  min-height: 430px;
}

body[data-page="contacto"] .sm-map-status {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(242, 202, 80, 0.20);
  background:
    linear-gradient(135deg, rgba(12, 14, 17, 0.96), rgba(23, 24, 22, 0.88));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body[data-page="contacto"] .sm-map-status span {
  color: #f2ca50;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="contacto"] .sm-map-status strong {
  color: #f8f5eb;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.1;
}

body[data-page="contacto"] .sm-map-card.sm-map-card-premium iframe {
  top: 70px;
  height: calc(100% - 70px);
}

@media (min-width: 1100px) {
  body[data-page="contacto"] .sm-map-card.sm-map-card-premium {
    height: 100%;
    min-height: 430px;
  }
}

body[data-page="contacto"] .sm-location-section-premium {
  width: min(1080px, calc(100% - 144px));
}

body[data-page="contacto"] .sm-location-heading {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid rgba(242, 202, 80, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(242, 202, 80, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(24, 27, 28, 0.92), rgba(10, 12, 15, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

body[data-page="contacto"] .sm-location-heading h2 {
  max-width: 720px;
  margin: 14px 0 10px;
  color: #f8f5eb;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 0.98;
  font-weight: 900;
}

body[data-page="contacto"] .sm-location-heading p {
  max-width: 660px;
  margin: 0;
  color: rgba(246, 244, 239, 0.78);
}

body[data-page="contacto"] .sm-location-grid {
  display: grid;
  gap: 18px;
}

body[data-page="contacto"] .sm-location-spot {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(242, 202, 80, 0.24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 202, 80, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(24, 27, 28, 0.92), rgba(10, 12, 15, 0.96));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
}

body[data-page="contacto"] .sm-location-spot-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

body[data-page="contacto"] .sm-location-spot-copy h3 {
  margin: 14px 0 9px;
  color: #f8f5eb;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.03;
  font-weight: 900;
}

body[data-page="contacto"] .sm-location-spot-copy p {
  max-width: 300px;
  margin: 0;
  color: rgba(246, 244, 239, 0.78);
}

body[data-page="contacto"] .sm-location-spot-copy .sm-location-actions {
  margin-top: 24px;
}

body[data-page="contacto"] .sm-location-spot-map {
  height: 360px;
  min-height: 360px;
  border-color: rgba(242, 202, 80, 0.34);
}

body[data-page="contacto"] .sm-location-spot-map iframe {
  top: 70px;
  height: calc(100% - 70px);
  min-height: 0;
}

body[data-page="contacto"] .sm-location-spot-map .sm-map-status {
  min-height: 70px;
}

@media (min-width: 1100px) {
  body[data-page="contacto"] .sm-location-spot-map {
    height: clamp(340px, 28vw, 430px);
    min-height: 340px;
  }
}

@media (max-width: 1099px) {
  body[data-page="contacto"] .sm-location-section-premium {
    width: min(100% - 40px, 760px);
  }

  body[data-page="contacto"] .sm-location-spot {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .sm-location-spot-copy {
    padding: 12px 10px 2px;
  }
}

@media (max-width: 767px) {
  :root {
    --sm-copy-size: 13.4px;
    --sm-dense-copy-size: 12.9px;
    --sm-small-copy-size: 11.8px;
  }

  body[data-page="contacto"] .sm-location-section {
    width: min(100% - 32px, 620px);
    padding-bottom: 42px;
  }

  body[data-page="contacto"] .sm-location-shell {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body[data-page="contacto"] .sm-location-copy {
    min-height: auto;
    padding: 18px;
  }

body[data-page="contacto"] .sm-map-card,
  body[data-page="contacto"] .sm-map-card iframe {
    height: 300px;
    min-height: 300px;
  }

  body[data-page="contacto"] .sm-location-shell-premium {
    padding: 14px;
  }

  body[data-page="contacto"] .sm-location-shell-premium .sm-location-copy {
    min-height: auto;
  }

  body[data-page="contacto"] .sm-location-branch {
    padding: 14px;
  }

  body[data-page="contacto"] .sm-location-branch .sm-location-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="contacto"] .sm-location-btn {
    padding: 0 10px;
  }

  body[data-page="contacto"] .sm-map-card.sm-map-card-premium {
    height: 360px;
    min-height: 360px;
  }

  body[data-page="contacto"] .sm-map-card.sm-map-card-premium iframe {
    top: 70px;
    height: calc(100% - 70px);
    min-height: 0;
  }

  body[data-page="contacto"] .sm-location-section-premium {
    width: min(100% - 28px, 620px);
  }

  body[data-page="contacto"] .sm-location-heading {
    padding: 18px;
    margin-bottom: 12px;
  }

  body[data-page="contacto"] .sm-location-heading h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.02;
  }

  body[data-page="contacto"] .sm-location-spot {
    padding: 14px;
    gap: 14px;
  }

  body[data-page="contacto"] .sm-location-spot-copy h3 {
    font-size: clamp(24px, 7.4vw, 34px);
  }

  body[data-page="contacto"] .sm-location-spot-copy .sm-location-actions {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    margin-top: 20px;
  }

  body[data-page="contacto"] .sm-location-spot-map {
    height: 340px;
    min-height: 340px;
  }

  body[data-page="contacto"] .brochure-download-cta {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
  }

  body[data-page="contacto"] .brochure-download-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body[data-page="contacto"] .brochure-download-copy strong {
    font-size: clamp(21px, 6.2vw, 27px);
  }

  body[data-page="contacto"] .brochure-download-action {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 42px;
  }

  body[data-page="contacto"] .contact-brochure-row {
    margin-top: 18px;
  }

  body[data-page="contacto"] .brochure-premium-button {
    width: 100%;
    min-height: 68px;
    border-radius: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 12px;
  }

  body[data-page="contacto"] .brochure-premium-copy strong {
    font-size: clamp(16px, 4.8vw, 19px);
    white-space: normal;
  }

  body[data-page="contacto"] .brochure-premium-badge {
    display: none;
  }
}

.sm-mobile-menu-toggle {
  display: none;
}

.sm-mobile-menu-panel {
  display: none;
}

html.sm-mobile-menu-active,
body.sm-mobile-menu-active {
  overflow: hidden !important;
  overscroll-behavior: none;
}

@media (max-width: 1099px) {
  .sm-footer-shell {
    width: min(100% - 40px, 720px);
  }

  .sm-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }

  body[data-page="contacto"] .sm-location-section {
    width: min(100% - 40px, 720px);
  }

  body[data-page="contacto"] .sm-location-shell {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .sm-location-copy {
    min-height: auto;
  }

  body[data-page="contacto"] .sm-map-card,
  body[data-page="contacto"] .sm-map-card iframe {
    height: 320px;
    min-height: 320px;
  }

  header#top-nav,
  header#sm-main-header,
  header#main-nav {
    height: 68px !important;
    min-height: 68px !important;
    overflow: visible !important;
  }

  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    position: relative !important;
    height: 68px !important;
    min-height: 68px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding-left: clamp(14px, 4vw, 28px) !important;
    padding-right: clamp(14px, 4vw, 28px) !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;
    flex: 1 1 auto !important;
  }

  .sm-mobile-menu-toggle {
    min-width: 94px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 13px;
    color: #17140a;
    background: linear-gradient(135deg, #f7d96b, #f0bd35);
    border: 1px solid rgba(242, 202, 80, 0.86);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .sm-menu-icon {
    width: 18px;
    height: 14px;
    display: grid;
    align-content: space-between;
    flex: 0 0 auto;
  }

  .sm-menu-icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  header.sm-mobile-nav-open .sm-menu-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  header.sm-mobile-nav-open .sm-menu-icon span:nth-child(2) {
    opacity: 0;
  }

  header.sm-mobile-nav-open .sm-menu-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .sm-nav-scroll.sm-desktop-nav-source {
    display: none !important;
  }

  .sm-mobile-menu-panel {
    position: fixed !important;
    top: 78px !important;
    left: clamp(12px, 4vw, 28px) !important;
    right: clamp(12px, 4vw, 28px) !important;
    width: auto !important;
    height: auto !important;
    max-height: min(72vh, 460px) !important;
    max-height: min(72dvh, 460px) !important;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    background:
      radial-gradient(circle at 8% 0%, rgba(242, 202, 80, 0.12), transparent 30%),
      linear-gradient(145deg, rgba(24, 27, 31, 0.98), rgba(8, 10, 13, 0.98));
    border: 1px solid rgba(242, 202, 80, 0.26);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    scrollbar-gutter: auto;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .sm-mobile-menu-panel.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sm-mobile-menu-panel a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 46px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 0 12px !important;
    border-radius: 7px !important;
    text-decoration: none !important;
    text-align: left !important;
    white-space: normal !important;
    color: rgba(245, 245, 246, 0.82) !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  .sm-mobile-menu-panel svg {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 auto !important;
  }

  .sm-mobile-menu-panel a::after {
    display: none !important;
  }

  .sm-mobile-menu-panel a:hover,
  .sm-mobile-menu-panel a.text-primary,
  .sm-mobile-menu-panel a.is-active {
    color: #17140a !important;
    background: linear-gradient(135deg, #f7d96b, #efbd34) !important;
  }

  header.sm-header-hidden.sm-mobile-nav-open {
    transform: none !important;
  }

  main.pt-20 {
    padding-top: 68px !important;
  }
}

@media (max-width: 520px) {
  .sm-footer-shell {
    width: min(100% - 32px, 620px);
  }

  .sm-footer-main {
    grid-template-columns: 1fr;
  }

  body[data-page="contacto"] .sm-location-section {
    width: min(100% - 32px, 620px);
  }

  body[data-page="contacto"] .sm-map-card,
  body[data-page="contacto"] .sm-map-card iframe {
    height: 280px;
    min-height: 280px;
  }

  .sm-mobile-menu-toggle {
    min-width: 48px;
    width: 48px;
    padding: 0;
  }

  .sm-mobile-menu-toggle > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 1099px) {
  header#top-nav > div,
  header#sm-main-header > div,
  header#main-nav > div {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: clamp(8px, 2.4vw, 14px) !important;
  }

  header#top-nav > div > a,
  header#sm-main-header > div > a,
  header#main-nav > div > a {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    gap: clamp(8px, 2.4vw, 12px) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;
    overflow: hidden !important;
  }

  .sm-brand-mark {
    width: clamp(42px, 11vw, 50px) !important;
    height: clamp(42px, 11vw, 50px) !important;
  }

  .sm-brand-mark img {
    width: clamp(36px, 9.5vw, 44px) !important;
    height: clamp(32px, 8.8vw, 40px) !important;
  }

  .sm-brand-copy,
  .sm-brand-copy.hidden,
  .hidden.sm-brand-copy {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: min(265px, calc(100vw - 138px)) !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }

  .sm-brand-copy strong {
    display: -webkit-box !important;
    max-width: 100% !important;
    color: #f7f3e8 !important;
    font-size: clamp(12.4px, 3.25vw, 16px) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.34);
  }
}

@media (min-width: 640px) and (max-width: 1099px) {
  .sm-mobile-menu-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .sm-mobile-menu-panel a {
    min-height: 50px !important;
  }
}

@media (max-width: 360px) {
  .sm-brand-copy,
  .sm-brand-copy.hidden,
  .hidden.sm-brand-copy {
    max-width: calc(100vw - 130px) !important;
  }

  .sm-mobile-menu-toggle {
    width: 46px !important;
    min-width: 46px !important;
  }
}

@media (max-width: 1099px) {
  body[data-page="contacto"] .sm-map-card.sm-location-spot-map {
    height: 360px !important;
    min-height: 360px !important;
  }

  body[data-page="contacto"] .sm-map-card.sm-location-spot-map iframe {
    top: 70px !important;
    height: calc(100% - 70px) !important;
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  body[data-page="contacto"] .sm-map-card.sm-location-spot-map {
    height: 340px !important;
    min-height: 340px !important;
  }
}

body[data-page="contacto"] .contact-sidebar {
  order: 1;
  min-width: 0;
}

body[data-page="contacto"] .contact-form-wrap {
  order: 2;
  min-width: 0;
}

body[data-page="contacto"] .contact-main-section > .sm-location-section-premium {
  order: 3;
  grid-column: 1 / -1;
  width: min(1080px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 1099px) {
  body[data-page="contacto"] .contact-form-wrap {
    order: 3;
    width: 100%;
  }

  body[data-page="contacto"] .contact-main-section > .sm-location-section-premium {
    order: 2;
    width: min(100%, 760px) !important;
    margin-top: 0 !important;
  }

  body[data-page="contacto"] .contact-side-visual {
    display: none !important;
  }

}

@media (max-width: 767px) {
  body[data-page="contacto"] .contact-main-section > .sm-location-section-premium {
    width: 100% !important;
  }

  body[data-page="contacto"] .contact-main-section > .sm-location-section-premium .sm-location-heading {
    margin-top: 2px;
  }

  body[data-page="contacto"] .contact-main-section > .sm-location-section-premium .sm-location-spot {
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  }
}

:root {
  --sm-font-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --sm-font-body: "Source Sans 3", Arial, sans-serif;
}

html,
body,
main,
section,
article,
p,
li,
span,
small,
input,
select,
textarea {
  font-family: var(--sm-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.font-headline-md,
.font-display-lg,
.font-label-caps,
.text-display-lg,
.text-display-lg-mobile,
.text-headline-md,
.text-label-caps,
.sm-brand-copy strong,
.sm-nav-scroll a,
.sm-mobile-menu-toggle,
.sm-mobile-menu-toggle > span:last-child,
.sm-mobile-menu-panel a,
.solution-link,
.solution-link span,
.faq-question,
.faq-question span,
.faq-number,
.contact-channel-label,
.sm-footer-col h3,
.sm-footer-bottom,
.service-details summary,
.sm-location-btn,
.sm-brochure-link {
  font-family: var(--sm-font-display) !important;
  letter-spacing: 0 !important;
}

.font-body-md,
.font-body-lg,
.text-body-md,
.text-body-lg,
.service-copy p,
.faq-panel,
.contact-channel-card .font-body-md,
.sm-footer-item,
.sm-location-spot p,
.sm-brochure-card p {
  font-family: var(--sm-font-body) !important;
  letter-spacing: 0 !important;
}

.material-symbols-outlined,
.material-icons {
  font-family: "Material Symbols Outlined" !important;
}

a,
.sm-nav-scroll a,
.sm-mobile-menu-panel a,
.solution-link,
.solution-link span,
.sm-location-btn,
.sm-brochure-link,
.contact-channel-card,
.sm-footer-item {
  text-decoration: none !important;
}

header#top-nav > div > a,
header#sm-main-header > div > a,
header#main-nav > div > a,
.sm-brand-copy,
.sm-brand-copy strong {
  color: inherit !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  header#top-nav .sm-brand-copy strong,
  header#sm-main-header .sm-brand-copy strong,
  header#main-nav .sm-brand-copy strong {
    max-width: min(250px, calc(100vw - 138px)) !important;
    font-size: clamp(22px, 6.1vw, 28px) !important;
    line-height: 0.9 !important;
    white-space: normal !important;
    text-decoration: none !important;
  }
}
