.elementor-3408 .elementor-element.elementor-element-f442a87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3408 .elementor-element.elementor-element-4558eec > .elementor-widget-container{margin:0rem 0rem 0rem 0rem;}.elementor-3408 .elementor-element.elementor-element-4558eec .site-logo.has-text{flex-direction:start;}.elementor-3408 .elementor-element.elementor-element-4558eec .header-duplicate .site-logo .logo-text{color:#4700E0;}.elementor-3408 .elementor-element.elementor-element-4558eec .header-duplicate .site-logo .logo-text a{color:#4700E0;}.elementor-3408 .elementor-element.elementor-element-4558eec .site-logo .logo{width:313px;max-width:233px;}.elementor-3408 .elementor-element.elementor-element-4558eec .site-logo .logo img{height:78px;}/* Start custom CSS for tj-header, class: .elementor-element-4558eec *//* --- Topbar Profesional para Empresa - Azul Opaco y Difuminado --- */
.header-topbar {
    background: linear-gradient(135deg, 
        rgba(0, 40, 85, 0.95) 0%, 
        rgba(0, 60, 120, 0.92) 50%, 
        rgba(0, 80, 160, 0.90) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

/* Efecto de textura sutil de cristal */
.header-topbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Contenedor principal */
.header-topbar_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* --- Texto central con efecto profesional --- */
.topbar_note {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #e6f2ff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.3),
        0 0 20px rgba(0, 100, 255, 0.2);
    letter-spacing: 0.8px;
    z-index: 2;
    animation: textGlow 4s ease-in-out infinite alternate;
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 10px rgba(255, 255, 255, 0.3),
            0 0 20px rgba(0, 100, 255, 0.2);
    }
    100% {
        text-shadow: 
            0 0 15px rgba(255, 255, 255, 0.5),
            0 0 25px rgba(0, 100, 255, 0.3),
            0 0 35px rgba(0, 150, 255, 0.1);
    }
}

/* Línea decorativa bajo el texto */
.topbar_note::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.6), 
        transparent);
    transition: all 0.3s ease;
}

.topbar_note:hover::after {
    width: 80%;
    left: 10%;
    background: linear-gradient(90deg, 
        transparent, 
        #4fc3f7, 
        rgba(255, 255, 255, 0.8), 
        #4fc3f7, 
        transparent);
}

/* --- Informaciones de contacto --- */
.topbar_infos {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

/* Items de información */
.info_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.info_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.5s ease;
}

.info_item:hover::before {
    left: 100%;
}

.info_item:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Iconos */
.info_item span i {
    color: #4fc3f7;
    font-size: 13px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.info_item:hover span i {
    color: #ffffff;
    transform: scale(1.2);
    filter: 
        drop-shadow(0 0 6px rgba(79, 195, 247, 0.6))
        drop-shadow(0 0 10px rgba(79, 195, 247, 0.3));
}

/* Texto dentro de los items */
.info_item span:not(:first-child) {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* Enlaces */
.info_item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.info_item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: linear-gradient(90deg, #4fc3f7, #29b6f6);
    transition: width 0.3s ease;
}

.info_item a:hover::after {
    width: 100%;
}

.info_item a:hover {
    color: #e1f5fe;
    text-shadow: 0 0 8px rgba(79, 195, 247, 0.4);
}

/* --- Efectos de partículas sutiles --- */
.header-topbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 1px, transparent 0),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.02) 1px, transparent 0);
    background-size: 150px 150px, 200px 200px;
    animation: particlesFloat 20s linear infinite;
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
}

@keyframes particlesFloat {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 150px 150px, 200px 200px; }
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .header-topbar_wrap {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .topbar_note {
        order: -1;
        font-size: 13px;
        padding: 6px 15px;
    }
    
    .topbar_infos {
        justify-content: center;
        gap: 15px;
    }
    
    .info_item {
        padding: 5px 10px;
    }
    
    .topbar_note::after {
        bottom: -2px;
        left: 20%;
        width: 60%;
    }
    
    .topbar_note:hover::after {
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 768px) {
    .topbar_infos {
        flex-direction: column;
        gap: 10px;
    }
    
    .info_item {
        width: 100%;
        justify-content: center;
    }
}

/* --- Asegurar que el header se vea bien --- */
.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* Mejorar la legibilidad del texto */
.header-topbar * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Transiciones suaves */
.header-topbar,
.header-topbar * {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}/* End custom CSS */