.elementor-kit-6{--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;background-color:#EB871C;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.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 *//* ======================================================================
   CONFIGURACIÓN GLOBAL MA SOLUCIONES INFORMÁTICAS
   ====================================================================== */

/* 1. Evitar scroll lateral */
html, body {
  overflow-x: hidden;
}

/* 2. Suavizado de fuentes (Anti-aliasing) */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. Scroll Suave Nativo (CSS) */
/* (Recordá desactivar el "Smooth Scroll" de JS en Ajustes de Elementor) */
html {
  scroll-behavior: smooth;
}

/* 4. Transiciones globales suaves */
a,
button,
.ma-cta-button { /* Clase adaptada a MA */
  transition: all 0.3s ease-in-out;
}

/* 5. Eliminar "Tap-Glow" en móvil */
* {
  -webkit-tap-highlight-color: transparent;
}

/* 6. Estilo de Selección de Texto (Branding MA) */
::selection {
  background: #eb871c; /* Color Naranja MA */
  color: #FAFAFA; /* Texto Blanco */
}
::-moz-selection {
  background: #eb871c; /* Color Naranja MA */
  color: #FAFAFA; /* Texto Blanco */
}


html {
  scrollbar-width: thin;
  scrollbar-color: #eb871c #1A1A1A; /* Naranja (thumb) y Gris Oscuro (track) */
}

/* --- Estándar Clásico (Chrome, Safari, Edge) --- */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #1A1A1A; /* Gris Oscuro */
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #eb871c; /* Naranja MA */
  border-radius: 20px;
  border: 2px solid #1A1A1A; /* Borde Gris Oscuro */
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #FAFAFA; /* Blanco (hover tech) */
}/* End custom CSS */