.elementor-kit-5{--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;}.elementor-kit-5 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: TANGO IMPRESIONES
   (Basado en Branding: Tinta y Movimiento)
   ====================================================================== */

:root {
    /* Variables de Color (Extraídas del CSV) */
    --tango-negro: #1A1A1A;      /* Fondo Principal */
    --tango-rojo: #D72638;       /* Acentos / Botones */
    --tango-blanco: #F4F4F4;     /* Papel / Lectura */
    --tango-gris: #A8A9AD;       /* Mecánico / Detalles */
}

/* 1. Base y Rendimiento */
html, body {
    overflow-x: hidden; /* Evita scroll lateral indeseado */
}

html {
    scroll-behavior: smooth; /* Scroll suave nativo */
}

/* 2. Estilos Base del Cuerpo (Identidad Visual) */
body {
    background-color: var(--tango-negro); /* Fondo 'Negro Registro' */
    color: var(--tango-blanco);           /* Texto base 'Blanco Papel' */
    font-family: 'Montserrat', sans-serif; /* Tipografía principal */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 3. Transiciones Globales */
a, button, .elementor-button {
    transition: all 0.3s ease-in-out;
}

/* 4. Selección de Texto (Personalizado) */
/* El usuario ve Rojo Carmín al seleccionar, generando alto contraste */
::selection {
    background: var(--tango-rojo);
    color: #FFFFFF;
}
::-moz-selection {
    background: var(--tango-rojo);
    color: #FFFFFF;
}

/* 5. Eliminación de "Tap-Glow" en móviles */
* {
    -webkit-tap-highlight-color: transparent;
}

/* ======================================================================
   SCROLLBAR (BARRA DE DESPLAZAMIENTO)
   Estilo: Industrial / Precisión
   ====================================================================== */

/* --- Firefox --- */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--tango-rojo) var(--tango-negro);
}

/* --- Chrome, Safari, Edge --- */
body::-webkit-scrollbar {
    width: 10px; /* Un poco más ancho para sensación mecánica */
}

body::-webkit-scrollbar-track {
    background: var(--tango-negro); /* Carril oscuro */
}

body::-webkit-scrollbar-thumb {
    background-color: var(--tango-rojo); /* Indicador Rojo Carmín */
    border-radius: 0px; /* Cuadrado para look industrial/imprenta */
    border: 2px solid var(--tango-negro); /* Margen para separar */
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--tango-gris); /* Gris Plata al interactuar */
}

/* ======================================================================
   CLASES DE UTILIDAD (Opcionales para Elementor)
   ====================================================================== */

/* Clase para textos que requieran la fuente del Logo (Sancreek) */
.font-tango {
    font-family: 'Sancreek', cursive;
}

/* Clase para simular el papel obra en secciones específicas */
.bg-papel {
    background-color: var(--tango-blanco);
    color: var(--tango-negro);
}/* End custom CSS */