.elementor-6058 .elementor-element.elementor-element-59b393f8 > .elementor-element-populated{margin:-10px -10px -10px -10px;--e-column-margin-right:-10px;--e-column-margin-left:-10px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6a68dc25 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', system-ui, sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        /* Header styles */
        .header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: #0F6338;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            padding: 0 5%;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s ease;
        }
        
        .header.scrolled {
            height: 70px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }
        
        /* Logo styles */
        .logo-container {
            display: flex;
            align-items: center;
            flex: 0 1 200px;
        }
        
        .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }
        
        .logo-img {
            height: 50px;
            width: auto;
            object-fit: contain;
            transition: all 0.3s ease;
            filter: brightness(0) invert(1) contrast(1.2);
        }
        
        .header.scrolled .logo-img {
            height: 40px;
        }
        
        /* Navigation menu */
        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: center;
        }
        
        .nav-list {
            display: flex;
            list-style: none;
            gap: 2.5rem;
        }
        
        .nav-link {
            text-decoration: none;
            color: #FFFFFF !important;
            font-weight: 600;
            font-size: 16px;
            padding: 8px 0;
            position: relative;
            transition: all 0.3s;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        .nav-link:hover {
            color: #E8F5EE !important;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #E8F5EE;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        /* Language .elementor-6058 .elementor-element.elementor-element-6a68dc25 */
        .language-.elementor-6058 .elementor-element.elementor-element-6a68dc25 {
            flex: 0 1 200px;
            display: flex;
            justify-content: flex-end;
        }
        
        .lang-btn {
            background-color: rgba(255, 255, 255, 0.15);
            border: 2px solid rgba(255, 255, 255, 0.4);
            border-radius: 8px;
            padding: 10px 20px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
            color: #FFFFFF !important;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        .lang-btn:hover {
            background-color: rgba(255, 255, 255, 0.25);
            border-color: rgba(255, 255, 255, 0.6);
        }
        
        .lang-flag {
            font-size: 18px;
        }
        
        /* Page sections */
        .section {
            padding: 100px 5%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-bottom: 1px solid #ddd;
        }
        
        .section:nth-child(even) {
            background-color: #f0f5f2;
        }
        
        .section-title {
            font-size: 2.8rem;
            margin-bottom: 1.5rem;
            color: #0F6338;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: #0F6338;
        }
        
        .section-content {
            font-size: 1.2rem;
            max-width: 800px;
            color: #444;
        }
        
        /* Mobile menu toggle */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: #FFFFFF !important;
            cursor: pointer;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        /* Footer */
        .footer {
            text-align: center;
            padding: 30px;
            background-color: #0F6338;
            color: #FFFFFF !important;
        }
        
        /* Responsive styles */
        @media (max-width: 1024px) {
            .nav-list {
                gap: 1.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .header {
                height: 70px;
                padding: 0 20px;
            }
            
            .menu-toggle {
                display: block;
                order: 2;
            }
            
            .logo-container {
                flex: 1;
            }
            
            .logo-img {
                height: 40px;
            }
            
            .header.scrolled .logo-img {
                height: 35px;
            }
            
            .language-.elementor-6058 .elementor-element.elementor-element-6a68dc25 {
                flex: 0;
                order: 3;
            }
            
            .lang-btn span {
                display: none;
            }
            
            .lang-btn {
                padding: 10px;
            }
            
            .nav-menu {
                position: fixed;
                top: 70px;
                left: 0;
                width: 100%;
                background-color: #0F6338;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
                flex-direction: column;
                padding: 20px;
                transform: translateY(-100%);
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
            }
            
            .nav-menu.active {
                transform: translateY(0);
                opacity: 1;
                visibility: visible;
            }
            
            .nav-list {
                flex-direction: column;
                gap: 0;
            }
            
            .nav-item {
                padding: 15px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }
            
            .nav-item:last-child {
                border-bottom: none;
            }
            
            .nav-link {
                font-size: 18px;
                padding: 12px 0;
                display: block;
            }
        }
        
        @media (max-width: 480px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .section-content {
                font-size: 1rem;
            }
        }
        
        /* Active link style */
        .active {
            color: #E8F5EE !important;
            font-weight: 700;
        }
        
        .active::after {
            width: 100%;
            background-color: #FFFFFF;
            height: 3px;
        }
        
        /* Logo hover effect */
        .logo-img:hover {
            transform: scale(1.05);
            filter: brightness(0) invert(1) contrast(1.3) drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
        }
        
        /* Asegurar que todos los textos dentro del header sean blancos */
        .header * {
            color: #FFFFFF !important;
        }
        
        /* Asegurar que los iconos también sean blancos */
        .header i, .header svg {
            color: #FFFFFF !important;
            filter: brightness(1.2);
        }
        
        /* Mejorar el contraste del botón de idioma */
        .lang-btn i {
            color: #FFFFFF !important;
            filter: brightness(1.2);
        }/* End custom CSS */