.elementor-kit-19{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#BFA05A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#888888;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:800;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Grupo Magma — CSS Global */
*, *::before, *::after { box-sizing: border-box; }

/* Scroll suave */
html { scroll-behavior: smooth; }

/* Cormorant en todos los H automático */
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 700 !important;
}

/* Outfit en todo lo demás */
body, p, span, a, button, input, textarea {
  font-family: 'Outfit', sans-serif !important;
}

/* Links sin subrayado por defecto */
a { text-decoration: none; }

/* Imágenes responsivas */
img { max-width: 100%; height: auto; }

/* Clase reutilizable para etiquetas doradas */
.gm-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #BFA05A;
  display: block;
  margin-bottom: 12px;
}

/* Clase para listas de nav en footers/widgets */
.gm-fnav {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gm-fnav a {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.42);
  text-decoration: none;
  transition: color 0.2s;
}
.gm-fnav a:hover { color: #ffffff; }

/* Mobile: padding lateral consistente */
@media (max-width: 767px) {
  .elementor-section .elementor-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}/* End custom CSS */