.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 p{margin-block-end:16px;}.elementor-kit-12 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-12 a:hover{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 h1{color:var( --e-global-color-secondary );}.elementor-kit-12 h2{color:var( --e-global-color-secondary );}.elementor-kit-12 h3{color:var( --e-global-color-secondary );}.elementor-kit-12 h4{color:var( --e-global-color-secondary );}.elementor-kit-12 h5{color:var( --e-global-color-secondary );}.elementor-kit-12 h6{color:var( --e-global-color-secondary );}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   DSANT Montacargas - Custom CSS
   Estilo industrial premium
================================ */

/* Variables base */
:root {
  --dsant-navy: #071b3a;
  --dsant-blue: #0b2f5f;
  --dsant-red: #a70f2b;
  --dsant-red-dark: #7f0b20;
  --dsant-gray: #4b4f56;
  --dsant-light-gray: #f4f6f8;
  --dsant-white: #ffffff;
  --dsant-black: #111111;
}

/* Reset visual suave */
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: var(--dsant-gray);
  background: var(--dsant-white);
  overflow-x: hidden;
}

/* ================================
   HERO SECTION
================================ */

.hero,
.hero-section,
.banner,
.main-banner,
section:first-of-type {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(167, 15, 43, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f8fa 45%, #eef1f5 100%);
}

/* Marca de agua industrial */
.hero::before,
.hero-section::before,
.banner::before,
.main-banner::before,
section:first-of-type::before {
  content: "DSANT";
  position: absolute;
  top: 8%;
  right: -4%;
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 900;
  letter-spacing: -0.06em;
  color: rgba(7, 27, 58, 0.035);
  z-index: 0;
  pointer-events: none;
}

/* Líneas diagonales tipo industrial */
.hero::after,
.hero-section::after,
.banner::after,
.main-banner::after,
section:first-of-type::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, transparent 58%, rgba(7, 27, 58, 0.055) 58%, rgba(7, 27, 58, 0.055) 59%, transparent 59%),
    linear-gradient(120deg, transparent 0%, transparent 72%, rgba(167, 15, 43, 0.09) 72%, rgba(167, 15, 43, 0.09) 73%, transparent 73%);
  z-index: 0;
  pointer-events: none;
}

/* Asegura contenido arriba de fondos */
.hero > *,
.hero-section > *,
.banner > *,
.main-banner > *,
section:first-of-type > * {
  position: relative;
  z-index: 1;
}

/* ================================
   TITULARES
================================ */

h1,
.hero h1,
.hero-section h1,
.banner h1 {
  color: var(--dsant-navy) !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.92 !important;
  max-width: 760px;
}

h1 span,
.hero h1 span,
.hero-section h1 span {
  color: var(--dsant-red) !important;
}

h2,
h3 {
  color: var(--dsant-navy);
  font-weight: 800;
  letter-spacing: -0.035em;
}

/* Texto descriptivo */
p,
.hero p,
.hero-section p,
.banner p {
  color: #62666d;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.7;
  max-width: 680px;
}

/* ================================
   BOTONES
================================ */

button,
.btn,
.button,
a[class*="button"],
a[class*="btn"] {
  border-radius: 8px !important;
  padding: 15px 30px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

/* Botón principal */
button:first-of-type,
.btn-primary,
.button-primary,
a[class*="primary"] {
  background: var(--dsant-navy) !important;
  color: var(--dsant-white) !important;
  border: 1px solid var(--dsant-navy) !important;
}

button:first-of-type:hover,
.btn-primary:hover,
.button-primary:hover,
a[class*="primary"]:hover {
  background: var(--dsant-red) !important;
  border-color: var(--dsant-red) !important;
  transform: translateY(-2px);
}

/* Botón secundario */
button:nth-of-type(2),
.btn-secondary,
.button-secondary {
  background: var(--dsant-red) !important;
  color: var(--dsant-white) !important;
  border: 1px solid var(--dsant-red) !important;
}

button:nth-of-type(2):hover,
.btn-secondary:hover,
.button-secondary:hover {
  background: var(--dsant-red-dark) !important;
  border-color: var(--dsant-red-dark) !important;
  transform: translateY(-2px);
}

/* ================================
   IMAGEN DEL EQUIPO
================================ */

img {
  max-width: 100%;
}

/* Imagen principal del patín/montacargas */
.hero img,
.hero-section img,
.banner img,
.main-banner img,
section:first-of-type img {
  filter:
    drop-shadow(0 28px 35px rgba(7, 27, 58, 0.22))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.12));
  transform: scale(1.03);
}

/* ================================
   MÉTRICAS / STATS
================================ */

.stats,
.counter,
.metrics,
[class*="stat"],
[class*="counter"] {
  position: relative;
}

/* Números grandes */
.stats h2,
.stats h3,
.counter h2,
.counter h3,
.metrics h2,
.metrics h3,
[class*="stat"] h2,
[class*="stat"] h3,
[class*="counter"] h2,
[class*="counter"] h3 {
  color: #6fc4e8 !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em;
  line-height: 1;
}

/* Texto debajo de métricas */
.stats p,
.counter p,
.metrics p,
[class*="stat"] p,
[class*="counter"] p {
  color: var(--dsant-gray) !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}

/* Tarjetas de métricas */
.stats > *,
.counter > *,
.metrics > *,
[class*="stat"] > *,
[class*="counter"] > * {
  border-radius: 18px;
  transition: all 0.25s ease;
}

.stats > *:hover,
.counter > *:hover,
.metrics > *:hover,
[class*="stat"] > *:hover,
[class*="counter"] > *:hover {
  transform: translateY(-4px);
}

/* ================================
   NAVBAR / HEADER
================================ */

header,
.navbar,
.site-header {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7, 27, 58, 0.08);
}

header a,
.navbar a,
.site-header a {
  color: var(--dsant-navy) !important;
  font-weight: 700;
}

header a:hover,
.navbar a:hover,
.site-header a:hover {
  color: var(--dsant-red) !important;
}

/* ================================
   SECCIONES GENERALES
================================ */

section {
  position: relative;
}

section:not(:first-of-type) {
  background: var(--dsant-white);
}

.card,
.service-card,
[class*="card"] {
  border-radius: 22px !important;
  border: 1px solid rgba(7, 27, 58, 0.08) !important;
  box-shadow: 0 18px 45px rgba(7, 27, 58, 0.08) !important;
  transition: all 0.25s ease;
}

.card:hover,
.service-card:hover,
[class*="card"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(7, 27, 58, 0.14) !important;
}

/* ================================
   DETALLES PREMIUM
================================ */

/* Línea decorativa bajo títulos */
h1::after,
h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--dsant-navy), var(--dsant-red));
  border-radius: 999px;
}

/* Si el h1 está muy grande, evita que la línea rompa diseño */
.hero h1::after,
.hero-section h1::after,
.banner h1::after {
  width: 180px;
  height: 6px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  h1,
  .hero h1,
  .hero-section h1,
  .banner h1 {
    font-size: clamp(48px, 12vw, 86px) !important;
    line-height: 0.95 !important;
  }

  .hero img,
  .hero-section img,
  .banner img,
  .main-banner img,
  section:first-of-type img {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .hero,
  .hero-section,
  .banner,
  .main-banner,
  section:first-of-type {
    text-align: left;
    padding-top: 40px;
  }

  h1,
  .hero h1,
  .hero-section h1,
  .banner h1 {
    font-size: clamp(42px, 15vw, 68px) !important;
    letter-spacing: -0.045em;
  }

  p,
  .hero p,
  .hero-section p,
  .banner p {
    font-size: 16px;
    line-height: 1.6;
  }

  button,
  .btn,
  .button,
  a[class*="button"],
  a[class*="btn"] {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }

  .stats h2,
  .stats h3,
  .counter h2,
  .counter h3,
  .metrics h2,
  .metrics h3,
  [class*="stat"] h2,
  [class*="stat"] h3,
  [class*="counter"] h2,
  [class*="counter"] h3 {
    font-size: 52px !important;
  }
}

/* ================================
   AJUSTE SI EL BUILDER USA TEXTO VERDE
================================ */

[style*="green"],
[style*="#00"],
[style*="rgb(0"] {
  color: var(--dsant-red) !important;
}/* End custom CSS */
