.elementor-kit-6{--e-global-color-primary:#F15A24;--e-global-color-secondary:#0A122B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1B1464;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Merriweather Sans";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Merriweather Sans";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;background-color:#02051B;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:#4439B3;}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-kit-6 h2{color:#E4E2FF;font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:900;text-transform:uppercase;text-decoration:underline;line-height:26px;letter-spacing:1px;word-spacing:6px;}.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 *//* Estilo de la barra de desplazamiento (track) */
::-webkit-scrollbar {
    width: 12px; /* Ancho de la barra vertical */
    height: 12px; /* Alto de la barra horizontal */
}

/* Fondo del track */
::-webkit-scrollbar-track {
    background: #030328;
; /* Color del track */
    border-radius: 0px; /* Bordes redondeados */
}

/* Fondo del thumb (la parte que se mueve) */
::-webkit-scrollbar-thumb {
    background-color: #792c10; /* Color del thumb */
    border-radius: 10px; /* Bordes redondeados */
    border: 0px solid #030328; /* Espacio entre el thumb y el track */
}

/* Hover sobre el thumb */
::-webkit-scrollbar-thumb:hover {
    background-color: #f15a24; /* Cambia de color al pasar el mouse */
}

/* Cambiar la barra para scroll horizontal */
::-webkit-scrollbar-horizontal {
    height: 10px;
}

/* Personalizar solo el track horizontal */
::-webkit-scrollbar-track-horizontal {
    background: #030328;
}

/* Personalizar solo el thumb horizontal */
::-webkit-scrollbar-thumb-horizontal {
    background-color: #030328;
}

/* Opcional: ocultar completamente la barra */
body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE y Edge */
}

body::-webkit-scrollbar {
    display: none; /* Chrome, Safari y Opera */
}/* End custom CSS */