.elementor-kit-17{--e-global-color-primary:#F7941D;--e-global-color-secondary:#58595B;--e-global-color-text:#939598;--e-global-color-accent:#303B79;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#8A8785;}.site-header .site-branding .site-logo img{width:25%;max-width:25%;}.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 *//* CSS para Header Flotante - Incubar.org */

/* Configuración base del header flotante */
.elementor-element-4b45c6c.elementor-sticky--active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Ajuste del container para centrar el contenido */
.elementor-element-4b45c6c.elementor-sticky--active .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Reducir el tamaño del logo cuando está flotante */
.elementor-element-4b45c6c.elementor-sticky--active .elementor-element-667beae img {
    max-height: 60px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

/* Ajustes del menú de navegación */
.elementor-element-4b45c6c.elementor-sticky--active .elementor-nav-menu .elementor-item {
    color: #333 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.elementor-element-4b45c6c.elementor-sticky--active .elementor-nav-menu .elementor-item:hover {
    color: #f89032 !important;
}

/* Ajustes de los iconos sociales */
.elementor-element-4b45c6c.elementor-sticky--active .elementor-social-icon .cls-1 {
    fill: #f89032 !important;
    transition: fill 0.3s ease;
}

.elementor-element-4b45c6c.elementor-sticky--active .elementor-social-icon:hover .cls-1 {
    fill: #e07a1f !important;
}

/* Espaciado del body para evitar que el contenido se oculte */
body.elementor-sticky-header-active {
    padding-top: 80px !important;
}

/* Animación suave al hacer scroll */
.elementor-element-4b45c6c {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .elementor-element-4b45c6c.elementor-sticky--active .elementor-container {
        padding: 8px 15px;
    }
    
    .elementor-element-4b45c6c.elementor-sticky--active .elementor-element-667beae img {
        max-height: 50px !important;
    }
    
    body.elementor-sticky-header-active {
        padding-top: 70px !important;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .elementor-element-4b45c6c.elementor-sticky--active {
        background: rgba(255, 255, 255, 0.98) !important;
    }
    
    .elementor-element-4b45c6c.elementor-sticky--active .elementor-container {
        padding: 5px 10px;
    }
    
    .elementor-element-4b45c6c.elementor-sticky--active .elementor-element-667beae img {
        max-height: 40px !important;
    }
    
    /* Menú móvil ajustes */
    .elementor-element-4b45c6c.elementor-sticky--active .elementor-menu-toggle {
        color: #333 !important;
    }
    
    body.elementor-sticky-header-active {
        padding-top: 60px !important;
    }
}

/* Mejoras adicionales para el efecto glassmorphism */
.elementor-element-4b45c6c.elementor-sticky--active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    pointer-events: none;
}

/* Animación de entrada del header */
.elementor-element-4b45c6c.elementor-sticky--active {
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */