.elementor-kit-1486{--e-global-color-primary:#3044A0;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#C4C4C4;--e-global-color-accent:#00C4FF;--e-global-color-3491ebf:#141414;--e-global-color-905f556:#707070;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:700;background-color:#000000;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-1486 button,.elementor-kit-1486 input[type="button"],.elementor-kit-1486 input[type="submit"],.elementor-kit-1486 .elementor-button{background-color:#00C4FF00;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;}.elementor-kit-1486 button:hover,.elementor-kit-1486 button:focus,.elementor-kit-1486 input[type="button"]:hover,.elementor-kit-1486 input[type="button"]:focus,.elementor-kit-1486 input[type="submit"]:hover,.elementor-kit-1486 input[type="submit"]:focus,.elementor-kit-1486 .elementor-button:hover,.elementor-kit-1486 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.elementor-kit-1486 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1486 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-1486 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-1486 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1486{--e-global-typography-primary-font-size:45px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-1486 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1486 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-1486 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-1486 button,.elementor-kit-1486 input[type="button"],.elementor-kit-1486 input[type="submit"],.elementor-kit-1486 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1486{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-1486 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-1486 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-1486 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-kit-1486 button,.elementor-kit-1486 input[type="button"],.elementor-kit-1486 input[type="submit"],.elementor-kit-1486 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
}

/* Primer div - se oculta al hacer scroll */
.header-top {
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 1;
}

/* Segundo div - menú principal que permanece visible */
.header-menu {
    transition: all 0.3s ease;
}

/* Clase que se agrega al hacer scroll */
.scrolled .header-top {
    transform: translateY(-100%);
    opacity: 0;
    height: 0;
   overflow: hidden;
}

.scrolled .header-menu {
   background: rgba(50, 50, 50, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


.jet-mega-menu-sub-menu__list{
    padding: 10px !important;
}

/* Texto destacado */
.destacado{
    color: #00C4FF;
}/* End custom CSS */