.elementor-347 .elementor-element.elementor-element-32a1c04{--display:flex;}/* Start custom CSS for html, class: .elementor-element-624051c *//* =========================================================
   VARIABLES DE COLOR — PALETA C (ENTERPRISE)
========================================================= */
:root {
    --gl-primary: #0B6FA4;
    --gl-primary-dark: #084F75;
    --gl-primary-light: #E3F2FD;
    --gl-surface: #FFFFFF;
    --gl-border: #CFD8DC;
    --gl-border-soft: #E5EFF5;
    --gl-text-main: #0F172A;
    --gl-text-soft: #64748B;
    --gl-bg-app: #F5F7FA;
}

/* Ajustes Globales */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background: var(--gl-bg-app);
    color: var(--gl-text-main);
}

.grecaptcha-badge { visibility: hidden !important; }
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* =========================================================
   TOPBAR PREMIUM ("GLASSMORPHISM")
========================================================= */
.gl-topbar {
    position: sticky;
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 1000;
    width: 100%;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
    
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

/* Logo */
.gl-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.gl-logo {
    height: 60px !important;
    width: auto;
}

/* =========================================================
   NUEVA NAVEGACIÓN (BARRA SUPERIOR)
========================================================= */
.gl-topbar-nav {
    height: 100%;
}

.gl-topbar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    height: 100%;
    align-items: center;
}

.gl-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    color: var(--gl-text-soft);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}

/* Iconos */
.gl-nav-link .icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--gl-text-soft);
    stroke-width: 2;
    transition: stroke .2s ease;
}

/* HOVER */
.gl-nav-link:hover {
    color: var(--gl-primary);
    background: var(--gl-primary-light);
}

.gl-nav-link:hover .icon svg {
    stroke: var(--gl-primary);
}

/* ACTIVO */
.gl-nav-link.active {
    color: var(--gl-primary);
    background: transparent;
}

.gl-nav-link.active .icon svg {
    stroke: var(--gl-primary);
}

/* ANIMACIÓN LÍNEA */
.gl-nav-link::after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gl-primary);
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gl-nav-link.active::after {
    transform: scaleX(1);
}

/* =========================================================
   BOTÓN SOPORTE — ESTILO GLOTTARY
========================================================= */

.gl-topbar-support {
    padding: 5px 15px !important;
    border-radius: 999px !important;
    border: 2px solid #25D366 !important;
    background: #ffffff !important;
    color: #25D366 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.gl-topbar-support::before {
    content: '' !important;
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2325D366" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.04 2C6.57 2 2.13 6.44 2.13 11.9c0 2.09.55 4.06 1.61 5.82L2 22l4.4-1.68c1.7.93 3.62 1.42 5.64 1.42 5.47 0 9.91-4.44 9.91-9.9S17.51 2 12.04 2zm4.57 13.91c-.19.53-1.12 1.06-1.55 1.12-.4.06-.89.1-1.44-.09-.33-.11-.76-.26-1.31-.51-2.31-1.01-3.81-3.39-3.93-3.55-.11-.15-.94-1.25-.94-2.39 0-1.14.6-1.7.82-1.93.21-.24.46-.3.62-.3.15 0 .31 0 .45.01.15.01.34-.05.53.4.19.46.65 1.59.71 1.71.06.12.1.26.02.41-.08.15-.12.25-.24.39-.12.14-.25.31-.36.42-.12.12-.24.25-.1.49.14.24.61 1.01 1.31 1.63.9.8 1.66 1.05 1.9 1.17.25.12.39.1.53-.06.14-.16.61-.71.77-.95.16-.24.33-.2.55-.12.23.08 1.45.68 1.7.8.25.12.41.18.47.28.06.1.06.56-.13 1.09z"/></svg>') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.gl-topbar-support:hover {
    background: #25D366 !important;
    color: white !important;
    border-color: #25D366 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(37,211,102,0.35) !important;
}

.gl-topbar-support:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.04 2C6.57 2 2.13 6.44 2.13 11.9c0 2.09.55 4.06 1.61 5.82L2 22l4.4-1.68c1.7.93 3.62 1.42 5.64 1.42 5.47 0 9.91-4.44 9.91-9.9S17.51 2 12.04 2zm4.57 13.91c-.19.53-1.12 1.06-1.55 1.12-.4.06-.89.1-1.44-.09-.33-.11-.76-.26-1.31-.51-2.31-1.01-3.81-3.39-3.93-3.55-.11-.15-.94-1.25-.94-2.39 0-1.14.6-1.7.82-1.93.21-.24.46-.3.62-.3.15 0 .31 0 .45.01.15.01.34-.05.53.4.19.46.65 1.59.71 1.71.06.12.1.26.02.41-.08.15-.12.25-.24.39-.12.14-.25.31-.36.42-.12.12-.24.25-.1.49.14.24.61 1.01 1.31 1.63.9.8 1.66 1.05 1.9 1.17.25.12.39.1.53-.06.14-.16.61-.71.77-.95.16-.24.33-.2.55-.12.23.08 1.45.68 1.7.8.25.12.41.18.47.28.06.1.06.56-.13 1.09z"/></svg>') !important;
}

/* =========================================================
   LAYOUT Y CONTENIDO
========================================================= */
.gl-layout {
    display: block;
    min-height: calc(100vh - 70px);
    width: 100%;
}

.gl-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

/* Transiciones de Página */
.gl-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;

    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.gl-page.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}

/* =========================================================
   IFRAMES Y PANELES
========================================================= */
.gl-iframe, .gl-iframe-booking, .gl-iframe-booking-wrap {
    width: 100% !important;
    border: none !important;
}

.gl-iframe-booking-wrap {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
    margin: 0 auto;
}

.gl-iframe {
    height: 85vh !important;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.gl-iframe-booking {
    height: 850px;
}

/* =========================================================
           RESPONSIVE (MÓVIL Y TABLET) - VERSIÓN FINAL BOTÓN COMPLETO
        ========================================================= */
        .gl-mobile-bottom-nav { display: none; }

      @media (max-width: 900px) {
            /* --- BARRA SUPERIOR --- */
            .gl-topbar { 
                padding: 0 15px; 
                height: 65px; 
                display: flex;
                justify-content: space-between; /* Logo a la izq, Botón a la der */
                align-items: center;
            }
            
            .gl-topbar-nav { display: none; }
            
            /* LOGO (Ajustado para dar espacio al botón) */
            .gl-logo { 
                height: 50px !important; /* Un poco más contenido para que no pelee con el botón */
                width: auto;
            }

            /* BOTÓN SOPORTE (ESTILO "PASTILLA" COMPACTA) */
            .gl-topbar-support { 
                /* Dimensiones automáticas para mostrar texto */
                width: auto !important; 
                height: 40px !important; 
                min-width: unset !important;
                
                /* Diseño interno */
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 6px !important; /* Espacio entre el icono y el texto */
                padding: 0 12px !important; /* Relleno lateral */
                
                /* Estilo Visual */
                background: #25D366 !important; 
                color: #ffffff !important;
                border: none !important; 
                border-radius: 50px !important; 
                box-shadow: 0 3px 8px rgba(37,211,102,0.3) !important;
                
                /* TEXTO VISIBLE Y AJUSTADO */
                font-size: 11px !important; 
                font-weight: 700 !important;
                text-decoration: none !important;
                white-space: nowrap !important; /* Evita que el texto se parta en dos líneas */
            }
            
            /* ÍCONO DENTRO DEL BOTÓN */
            .gl-topbar-support::before { 
                content: '' !important;
                margin: 0 !important; 
                width: 18px !important; /* Ícono tamaño proporcional */
                height: 18px !important;
                /* Ícono blanco */
                background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.04 2C6.57 2 2.13 6.44 2.13 11.9c0 2.09.55 4.06 1.61 5.82L2 22l4.4-1.68c1.7.93 3.62 1.42 5.64 1.42 5.47 0 9.91-4.44 9.91-9.9S17.51 2 12.04 2zm4.57 13.91c-.19.53-1.12 1.06-1.55 1.12-.4.06-.89.1-1.44-.09-.33-.11-.76-.26-1.31-.51-2.31-1.01-3.81-3.39-3.93-3.55-.11-.15-.94-1.25-.94-2.39 0-1.14.6-1.7.82-1.93.21-.24.46-.3.62-.3.15 0 .31 0 .45.01.15.01.34-.05.53.4.19.46.65 1.59.71 1.71.06.12.1.26.02.41-.08.15-.12.25-.24.39-.12.14-.25.31-.36.42-.12.12-.24.25-.1.49.14.24.61 1.01 1.31 1.63.9.8 1.66 1.05 1.9 1.17.25.12.39.1.53-.06.14-.16.61-.71.77-.95.16-.24.33-.2.55-.12.23.08 1.45.68 1.7.8.25.12.41.18.47.28.06.1.06.56-.13 1.09z"/></svg>') !important;
                background-size: contain;
                background-repeat: no-repeat;
            }

            /* --- MENÚ INFERIOR --- */
            .gl-mobile-bottom-nav {
                display: flex; justify-content: space-around; align-items: center;
                position: fixed; bottom: 0; left: 0;
                width: 100%; height: 65px;
                background: #ffffff; border-top: 1px solid #E5EFF5;
                box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
                z-index: 99999; padding-bottom: env(safe-area-inset-bottom);
            }

            .gl-mobile-bottom-nav .gl-nav-link {
                flex-direction: column; gap: 4px; font-size: 10px; padding: 10px;
                background: transparent !important; border: none; color: var(--gl-text-soft);
                width: 100%; justify-content: center; cursor: pointer;
            }

            .gl-mobile-bottom-nav .gl-nav-link svg { width: 24px; height: 24px; stroke: var(--gl-text-soft); }
            .gl-mobile-bottom-nav .gl-nav-link.active { color: var(--gl-primary); }
            .gl-mobile-bottom-nav .gl-nav-link.active svg { stroke: var(--gl-primary); transform: translateY(-2px); }
            .gl-mobile-bottom-nav .gl-nav-link::after { display: none; }

            /* --- CONTENIDO --- */
            .gl-layout { padding-bottom: 80px; min-height: auto; }
            .gl-page { padding: 10px 0 80px 0; width: 100%; box-sizing: border-box; }

            .gl-iframe-booking-wrap {
                border-radius: 0; box-shadow: none; 
                border-top: 1px solid #E5EFF5; border-bottom: 1px solid #E5EFF5;
                margin: 0 !important; padding: 0 !important;
            }

            #gl-page-inicio .gl-iframe-booking-wrap,
            #gl-page-agendar .gl-iframe-booking-wrap {
                transform: none !important;
                zoom: 0.75; 
                width: 133.33%; 
            }

            #gl-page-politicas iframe {
                transform: none !important;
                width: 100% !important;
                height: calc(100vh - 140px) !important;
            }

            .gl-iframe, .gl-iframe-booking { height: 1200px !important; }
        }

/* =========================================================
   TAMAÑO INTERNO DE PÁGINAS
========================================================= */
#gl-page-politicas iframe {
    transform: scale(0.92);
    transform-origin: top center;
    width: 108%;
    height: calc(100vh * 1.05);
}

#gl-page-inicio .gl-iframe-booking-wrap {
    transform: scale(0.96);
    transform-origin: top center;
    width: 104%;
}

#gl-page-agendar .gl-iframe-booking-wrap {
    transform: scale(0.96);
    transform-origin: top center;
    width: 104%;
}

/* Ajustes página de políticas */
#gl-page-politicas {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#gl-page-politicas iframe {
    margin-top: -35px !important;
    display: block !important;
}

/* =========================================================
   PÁGINA MEET
========================================================= */

.meet-box {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 800px;
    margin: 0 auto;
}

.meet-title {
    color: var(--gl-primary);
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.meet-info {
    font-size: 18px;
    color: var(--gl-text-soft);
    margin-bottom: 12px;
    text-align: center;
}

.meet-btn {
    display: block;
    width: max-content;
    margin: 25px auto;
    padding: 14px 26px;
    background: #25D366;
    color: white;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    transition: all .25s ease;
}

.meet-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37,211,102,0.35);
}

.meet-note {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}/* End custom CSS */