.elementor-246 .elementor-element.elementor-element-ba21e16{--display:flex;--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-popup-modal-246 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-246{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-246 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-246 .dialog-close-button{display:flex;font-size:17px;}#elementor-popup-modal-246 .dialog-close-button i{color:var( --e-global-color-f0ed9d8 );}#elementor-popup-modal-246 .dialog-close-button svg{fill:var( --e-global-color-f0ed9d8 );}/* Start custom CSS for html, class: .elementor-element-67528b2 *//* Variables CSS */
        :root {
            --primary: #FF001E;
            --primary-light: #FF4D64;
            --secondary: #0f3460;
            --dark: #0D0D0D;
            --light: #FFFFFF;
            --gray: #A0A0B0;
            --gradient: linear-gradient(135deg, var(--primary), #FF001E);
            --card-bg: rgba(20, 20, 35, 0.8);
            --glow: 0 0 15px rgba(255, 0, 30, 0.6);
        }
        

        /* Contenedor principal del menú popup */
        .popup-container {
            width: 100%;
            background: var(--dark);
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.08);
            padding: 0px 10px;
            font-family: 'Euclide', sans-serif;
        }

        /* Fondo con efectos */
        .popup-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 15% 85%, rgba(255, 0, 102, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 85% 15%, rgba(0, 162, 255, 0.15) 0%, transparent 50%);
            z-index: 1;
        }

        .popup-container::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, transparent 60%, rgba(255, 0, 30, 0.1) 100%);
            z-index: 1;
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Contenido del popup */
        .popup-content {
            position: relative;
            z-index: 2;
            padding: 30px 25px;
        }

        /* Header del menú */
        .popup-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
        }

        .popup-header::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 25%;
            width: 50%;
            height: 3px;
            background: var(--gradient);
            border-radius: 10px;
        }

        .popup-header h2 {
            color: white;
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 8px;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            font-family: 'Euclide', sans-serif;
            font-style: italic;
        }

        .popup-header p {
            color: var(--gray);
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        /* Lista del menú */
        .popup-menu-list {
            list-style: none;
            margin-bottom: 25px;
        }

        .popup-menu-item {
            margin-bottom: 10px;
            transition: transform 0.3s ease;
        }

        .popup-menu-item:hover {
            transform: translateX(5px);
        }

        .popup-menu-link {
            display: flex;
            align-items: center;
            padding: 16px 15px;
            color: white;
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: rgba(30, 30, 46, 0.6);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .popup-menu-link:hover {
            background: rgba(255, 0, 30, 0.15);
            border-color: rgba(255, 0, 30, 0.3);
            box-shadow: var(--glow);
        }

        .popup-menu-icon {
            width: 22px;
            height: 22px;
            margin-right: 15px;
            fill: var(--primary);
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .popup-menu-link:hover .popup-menu-icon {
            fill: white;
            transform: scale(1.1);
        }

        .popup-menu-text {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.2;
            color: white;
            flex-grow: 1;
            font-family: 'Euclide', sans-serif;
            font-style: italic;
        }

        .popup-menu-arrow {
            width: 16px;
            height: 16px;
            fill: var(--gray);
            transition: all 0.3s ease;
        }

        .popup-menu-link:hover .popup-menu-arrow {
            fill: white;
            transform: translateX(5px);
        }
        
        /* Contenedor del dropdown */

        .select-idioma{
            display: flex;
            width: 100%;
            justify-content: center;
            gap: 70px;
            margin-bottom: 15px;
            margin-top: 13.5px;
        }
        
        .select-spa{
            display: flex;
            gap: 30px;
        }

        .select-ing{
            display: flex;
            gap: 30px;
        }
        
        .text-spa{
            margin-left: 5.7px;
            color: white;
        }

        .text-ing{
            margin-left: 5.7px;
            color: white;
        }

        /* Sección de información */
        .popup-info {
            display: flex;
            justify-content: space-between;
            background: var(--card-bg);
            border-radius: 15px;
            padding: 18px 20px;
            margin-bottom: 25px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(5px);
            gap: 5px;
        }

        .info-item {
            display: flex;
            align-items: center;
            color: var(--light);
            font-size: 12px;
        }

        .info-icon {
            width: 18px;
            height: 18px;
            margin-right: 4px;
            fill: var(--primary);
        }

        .info-text {
            font-weight: 400;
            font-family: 'Euclide', sans-serif;
            letter-spacing: 1px;
        }

        .status-online {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #00ff88;
            border-radius: 50%;
            margin-left: 8px;
            box-shadow: 0 0 10px #00ff88;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(0.9); opacity: 0.7; }
            50% { transform: scale(1.1); opacity: 1; }
            100% { transform: scale(0.9); opacity: 0.7; }
        }

        /* Redes sociales */
        .social-section {
            margin-bottom: 25px;
        }

        .social-title {
            color: var(--gray);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            text-align: center;
            font-family: 'Euclide', sans-serif;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--card-bg);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.3s ease;
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }

        .social-link:hover::before {
            opacity: 0.2;
        }

        .social-icon {
            width: 24px;
            height: 24px;
            fill: white;
            z-index: 2;
            transition: transform 0.3s ease;
        }

        .social-link:hover .social-icon {
            transform: scale(1.2);
        }

        .facebook:hover {
            box-shadow: 0 0 15px rgba(24, 119, 242, 0.5);
        }

        .instagram:hover {
            box-shadow: 0 0 15px rgba(225, 48, 108, 0.5);
        }

        .youtube:hover {
            box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
        }

        /* Botón de reservación */
        .cta-button {
            display: block;
            width: 100%;
            background: var(--gradient);
            color: white;
            border: none;
            padding: 18px;
            border-radius: 15px;
            font-size: 19px;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 5px 20px rgba(255, 0, 102, 0.4);
            position: relative;
            overflow: hidden;
            z-index: 2;
            font-family: 'Euclide', sans-serif;
            font-style: italic;
        }

        .cta-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
            z-index: -1;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: none !important;
            color: white !important;
            background: var(--gradient) !important; /* usa el gradiente que ya tienes */
        }

        .cta-button:active {
            transform: scale(0.95);
            background: linear-gradient(135deg, #CC0018, #FF0033) !important; /* opcional */
            color: #fff !important;
            box-shadow: none !important;
        }

        .cta-button:active span  {
            color: #fff !important;
        }
        
        .elementor-kit-262 button:active, .elementor-kit-262 input[type="button"], .elementor-kit-262 input[type="submit"], .elementor-kit-262 .elementor-button{
            color: white;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .popup-content {
                padding: 25px 20px;
            }
            
            .popup-header h2 {
                font-size: 24px;
            }
            
            .popup-menu-link {
                padding: 14px 12px;
            }
            
            .popup-menu-text {
                font-size: 15px;
            }

            .social-links {
                gap: 15px;
            }

            .social-link {
                width: 46px;
                height: 46px;
            }

            .social-icon {
                width: 22px;
                height: 22px;
            }
            
            .cta-button {
                padding: 16px;
                font-size: 16px;
            }
            
          
        }/* End custom CSS */