.elementor-kit-6{--e-global-color-primary:#1565C0;--e-global-color-secondary:#0B2A4A;--e-global-color-text:#0D1B2A;--e-global-color-accent:#FF6F00;--e-global-color-51a707c:#0D3D6E;--e-global-color-b557c2f:#2196F3;--e-global-color-1b298db:#E3F2FD;--e-global-color-1cd63d6:#29B6F6;--e-global-color-8abae95:#0288D1;--e-global-color-27ca00d:#FFFFFF;--e-global-color-c1accdf:#F5F9FF;--e-global-color-8bdc0d8:#ECF3FB;--e-global-color-9642085:#90A4AE;--e-global-color-988f213:#546E7A;--e-global-color-497525f:#37474F;--e-global-color-328d00b:#FFA726;--e-global-color-e34ed0d:#25D366;--e-global-color-0f470a6:#1DA851;--e-global-color-6e3c80b:#E3EDF8;--e-global-color-bb85403:#D0DFF0;--e-global-color-d9cddeb:#EDF3FB;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:0.95em;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:82px;}.elementor-kit-6 h2{font-size:62px;}.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-kit-6 h1{font-size:61px;}.elementor-kit-6 h2{font-size:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:52px;}.elementor-kit-6 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. NAVEGADORES MODERNOS (Firefox, Chrome, Edge) */
html {
  /* Propiedades estandarizadas */
  scrollbar-width: thin;
  scrollbar-color: #29B6F6 #0B2A4A; /* Color del indicador (thumb) y de la pista (track) */
}

/* 2. NAVEGADORES BASADOS EN WEBKIT (Compatibilidad amplia) */

/* Ancho y alto del scrollbar */
::-webkit-scrollbar {
  width: 5px;  /* Para scroll vertical */
  height: 5px; /* Para scroll horizontal */
}

/* Fondo / Pista del scrollbar */
::-webkit-scrollbar-track {
  background: #29B6F6;
  border-radius: 50px;
}

/* Barra movible (Thumb) */
::-webkit-scrollbar-thumb {
  background: #29B6F6;
  border-radius: 50px;
}

/* Efecto al pasar el cursor sobre la barra */
::-webkit-scrollbar-thumb:hover {
  background: #2980b9;
}/* End custom CSS */