.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-596 .elementor-element.elementor-element-e69b119{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-596 .elementor-element.elementor-element-d2195cd{--display:flex;--min-height:0px;--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-596 .elementor-element.elementor-element-049d78b{z-index:0;}.elementor-596 .elementor-element.elementor-element-7405217{--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-596 .elementor-element.elementor-element-e69b119{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-596 .elementor-element.elementor-element-e69b119{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-4px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b29a24b */body {
    margin: 0 !important;
    padding: 0 !important;
}

.boguz-header-wrapper {
    margin-top: 0 !important;
}

/* ============================================ */
/* CSS HEADER FINAL - RESPONSIVE CON PORTAL INTERNO */
/* ============================================ */

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Wrapper para el header - ANCHO COMPLETO */
.boguz-header-wrapper {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* Header principal - STICKY */
.boguz-header-fixed {
    background: #2C3E50 !important;
    box-shadow: none !important;
    position: sticky !important;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.boguz-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo container (imagen + texto) */
.boguz-logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
}

/* LOGO - TAMAÑO 40PX */
.boguz-logo-img {
    height: 40px !important;
    width: auto !important;
    max-height: 40px !important;
    min-height: 40px !important;
    display: block !important;
    object-fit: contain !important;
}

.boguz-logo-text {
    font-size: 19px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Navegación desktop */
.boguz-main-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.boguz-nav-item {
    position: relative;
}

.boguz-nav-link {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 18px;
    display: block;
    transition: color 0.3s;
    white-space: nowrap;
}

.boguz-nav-link:hover {
    color: #00D4D4 !important;
}

/* ============================================ */
/* BOTONES DE ACCIÓN (PORTAL INTERNO + CONTACTO) */
/* ============================================ */

/* Botón PORTAL INTERNO - Azul corporativo (#1E5BA8) */
.boguz-portal-btn {
    background: #1E5BA8 !important;
    color: white !important;
    border-radius: 25px;
    padding: 12px 28px !important;
    transition: all 0.3s ease;
}

.boguz-portal-btn:hover {
    background: #164a8f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 91, 168, 0.3);
}

/* Botón CONTACTO - Turquesa (#00D4D4) */
.boguz-contact-btn {
    background: #00D4D4 !important;
    color: white !important;
    border-radius: 25px;
    padding: 12px 28px !important;
    transition: all 0.3s ease;
}

.boguz-contact-btn:hover {
    background: #00B8B8 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 212, 212, 0.3);
}

/* ============================================ */
/* SELECTOR DE IDIOMA DESKTOP */
/* ============================================ */

.boguz-lang-switcher-desktop {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin-left: 10px;
}

.boguz-lang-link {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    padding: 6px 10px !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent !important;
    font-weight: 500 !important;
    display: inline-block !important;
}

.boguz-lang-link:hover {
    background: rgba(0, 212, 212, 0.1) !important;
    color: #00D4D4 !important;
    transform: none;
}

.boguz-lang-link.active {
    background: rgba(0, 212, 212, 0.15) !important;
    color: #00D4D4 !important;
    font-weight: 600 !important;
    border: 1px solid rgba(0, 212, 212, 0.4) !important;
}

.boguz-lang-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin: 0 2px;
}

/* ============================================ */
/* SELECTOR DE IDIOMA MÓVIL */
/* ============================================ */

.boguz-lang-switcher-mobile {
    display: none; /* Oculto por defecto en desktop */
    align-items: center;
    gap: 6px;
    margin-left: auto;
    margin-right: 15px;
}

.boguz-lang-link-mobile {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    padding: 5px 8px !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 3px;
}

.boguz-lang-link-mobile:hover {
    background: rgba(0, 212, 212, 0.1) !important;
    color: #00D4D4 !important;
}

.boguz-lang-link-mobile.active {
    background: rgba(0, 212, 212, 0.15) !important;
    color: #00D4D4 !important;
    font-weight: 600 !important;
    border: 1px solid rgba(0, 212, 212, 0.4) !important;
}

.boguz-lang-link-mobile .lang-flag {
    font-size: 16px;
    line-height: 1;
}

.boguz-lang-link-mobile .lang-text {
    font-size: 12px;
    font-weight: 600;
}

.lang-separator-mobile {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    margin: 0 2px;
}

/* ============================================ */
/* DROPDOWN MENUS */
/* ============================================ */

.boguz-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0.2s;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 0;
    z-index: 1001;
}

.boguz-nav-item:hover .boguz-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0s;
}

.boguz-dropdown-link {
    color: #2C3E50 !important;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
    transition: all 0.3s;
    font-size: 15px;
}

.boguz-dropdown-link:hover {
    background: #f8f9fa;
    color: #00D4D4 !important;
    padding-left: 25px;
}

/* ============================================ */
/* MENÚ MÓVIL */
/* ============================================ */

/* Botón hamburguesa */
.boguz-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.boguz-menu-toggle span {
    width: 28px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Menú móvil */
.boguz-mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #2C3E50;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 999;
}

.boguz-mobile-menu.active {
    max-height: 600px;
}

.boguz-mobile-menu ul {
    list-style: none;
    padding: 20px;
}

.boguz-mobile-menu li {
    margin-bottom: 10px;
}

.boguz-mobile-menu a {
    color: white !important;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s;
}

.boguz-mobile-menu a:hover {
    background: rgba(0, 212, 212, 0.1);
    color: #00D4D4 !important;
}

.boguz-mobile-submenu {
    padding-left: 20px;
    margin-top: 10px;
}

.boguz-mobile-submenu a {
    font-size: 14px;
    padding: 10px 15px;
}

/* ============================================ */
/* RESPONSIVE */
/* ============================================ */

@media (max-width: 1024px) {
    /* Ocultar menú desktop */
    .boguz-main-nav {
        display: none;
    }
    
    /* Mostrar botón hamburguesa */
    .boguz-menu-toggle {
        display: flex;
    }
    
    /* Mostrar menú móvil */
    .boguz-mobile-menu {
        display: block;
    }
    
    /* Mostrar .elementor-596 .elementor-element.elementor-element-b29a24b móvil */
    .boguz-lang-switcher-mobile {
        display: flex !important;
    }
    
    /* Ocultar .elementor-596 .elementor-element.elementor-element-b29a24b desktop */
    .boguz-lang-switcher-desktop {
        display: none !important;
    }
    
    .boguz-header-container {
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .boguz-logo-img {
        height: 35px !important;
        max-height: 35px !important;
        min-height: 35px !important;
    }
    
    .boguz-logo-text {
        font-size: 18px !important;
    }
    
    .boguz-logo-container {
        gap: 15px !important;
    }
    
    /* Selector móvil más compacto */
    .boguz-lang-link-mobile {
        padding: 4px 6px !important;
        font-size: 12px !important;
    }
    
    .boguz-lang-link-mobile .lang-flag {
        font-size: 16px;
    }
    
    .boguz-lang-link-mobile .lang-text {
        font-size: 11px;
    }
    
    .boguz-lang-switcher-mobile {
        gap: 4px;
        margin-right: 12px;
    }
}

@media (max-width: 480px) {
    .boguz-logo-img {
        height: 30px !important;
        max-height: 30px !important;
        min-height: 30px !important;
    }
    
    .boguz-logo-text {
        font-size: 16px !important;
    }
    
    /* En móviles muy pequeños, ocultar texto y mostrar solo banderas */
    .boguz-lang-link-mobile .lang-text {
        display: none;
    }
    
    .boguz-lang-link-mobile {
        padding: 4px 6px !important;
    }
    
    .boguz-lang-link-mobile .lang-flag {
        font-size: 18px;
    }
}

/* FORZAR DROPDOWN - AGREGAR AL FINAL */
.boguz-nav-item:hover .boguz-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    transition: opacity 0.2s, transform 0.2s, visibility 0s 0s !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-049d78b *//* VALORES FUNDAMENTALES PAGE STYLES */

/* Full-width wrapper */
.boguz-section-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow-x: hidden;
}

/* Container */
.valores-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.valores-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563a8 50%, #00D4D4 100%);
    color: white;
    padding: 120px 20px;
    text-align: center;
}

.valores-hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.valores-hero-section p {
    font-size: 24px;
    opacity: 0.95;
}

/* Intro Section */
.valores-intro-section {
    background: white;
    padding: 80px 20px;
    text-align: center;
}

.valores-intro-section h2 {
    color: #2C3E50;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.valores-intro-section p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Values Section */
.valores-main-section {
    background: #f8f9fa;
    padding: 80px 20px;
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.valor-card {
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.valor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.valor-number {
    font-size: 48px;
    font-weight: 700;
    color: #00D4D4;
    opacity: 0.3;
    margin-bottom: 15px;
}

.valor-card h3 {
    color: #2C3E50;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.valor-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.valor-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.valor-card ul li {
    color: #666;
    font-size: 15px;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.valor-card ul li:before {
    content: "✓";
    color: #00D4D4;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Commitment Section */
.valores-commitment-section {
    background: white;
    padding: 80px 20px;
}

.valores-commitment-section h2 {
    color: #2C3E50;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.commitment-content {
    max-width: 900px;
    margin: 0 auto;
}

.commitment-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* CTA Section */
.valores-cta-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563a8 50%, #00D4D4 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.valores-cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.valores-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #2C3E50;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .valores-hero-section h1 {
        font-size: 32px;
    }
    
    .valores-hero-section p {
        font-size: 18px;
    }
    
    .valores-intro-section h2,
    .valores-commitment-section h2,
    .valores-cta-section h2 {
        font-size: 28px;
    }
    
    .valores-grid {
        grid-template-columns: 1fr;
    }
    
    .valor-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d0c5d6 *//* ============================================ */
/* CSS FOOTER - ANCHO COMPLETO */
/* ============================================ */

/* Wrapper para footer - ANCHO COMPLETO */
.boguz-footer-wrapper {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* Footer principal */
.boguz-footer {
    background: #2C3E50 !important;
    color: white;
    padding: 60px 20px 30px;
    margin-top: 0;
    width: 100%;
}

.boguz-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Grid de columnas */
.boguz-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Secciones del footer */
.boguz-footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #00D4D4 !important;
    font-weight: bold;
}

.boguz-footer-section p {
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

/* Enlaces del footer */
.boguz-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boguz-footer-links li {
    margin-bottom: 12px;
}

.boguz-footer-links a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-block;
}

.boguz-footer-links a:hover {
    color: #00D4D4 !important;
    padding-left: 5px;
}

/* Información de contacto */
.boguz-contact-info {
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.boguz-contact-info strong {
    color: white;
    display: block;
    margin-bottom: 5px;
}

.boguz-contact-info a {
    color: #00D4D4 !important;
    text-decoration: none;
}

.boguz-contact-info a:hover {
    text-decoration: underline;
}

/* Línea divisoria */
.boguz-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .boguz-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .boguz-footer {
        padding: 40px 20px 20px;
    }
    
    .boguz-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .boguz-footer-section h3 {
        font-size: 18px;
    }
}/* End custom CSS */