.elementor-459 .elementor-element.elementor-element-290f4a5{--display:flex;--min-height:0px;}#elementor-popup-modal-459{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-459 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-459 .dialog-close-button{display:flex;}#elementor-popup-modal-459 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b49cae8 */#contenedor * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        #contenedor.hidden {
         display: none !important; 
        }

        /* Overlay de fondo */
        #contenedor .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            padding: 20px;
        }

        #contenedor .popup-overlay.hidden {
            display: none;
        }

        /* Contenedor del pop-up */
        #contenedor .popup-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-width: 480px;
            width: 100%;
            position: relative;
            overflow: hidden;
            animation: slideIn 0.3s ease-out;
        }
        

        @keyframes slideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* Borde dorado superior */
        #contenedor .popup-header-border {
            height: 8px;
            background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
        }

        /* Botón cerrar */
        #contenedor .btn-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: transparent;
            border: none;
            font-size: 28px;
            color: #9ca3af;
            cursor: pointer;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s;
            z-index: 10;
        }

        #contenedor .btn-close:hover {
            background: #f3f4f6;
            color: #4b5563;
            transform: rotate(90deg);
        }

        /* Contenido del pop-up */
        #contenedor .popup-content {
            padding: 50px 40px 40px;
        }

        /* Sección del ícono y título */
        #contenedor .popup-header {
            text-align: center;
            margin-bottom: 30px;
        }

        #contenedor .icon-container {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            background: #1e3a8a;
            border-radius: 50%;
            margin-bottom: 20px;
            box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
        }

        #contenedor .lock-icon {
            width: 40px;
            height: 40px;
            color: #fbbf24;
        }

        #contenedor .popup-title {
            font-size: 28px;
            font-weight: 700;
            color: #1e3a8a;
            margin-bottom: 10px;
        }

        #contenedor .popup-subtitle {
            font-size: 16px;
            color: #6b7280;
            line-height: 1.5;
        }

        /* Formulario */
        #contenedor .form-group {
            margin-bottom: 25px;
        }

        #contenedor .form-label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #1e3a8a;
            margin-bottom: 10px;
        }

        #contenedor #Verificacion {
            width: 100%;
            padding: 15px 18px;
            font-size: 16px;
            border: 2px solid #d1d5db;
            border-radius: 10px;
            transition: all 0.3s;
            outline: none;
            font-family: inherit;
        }

        #contenedor #Verificacion:focus {
            border-color: #fbbf24;
            box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.1);
        }

        #contenedor #Verificacion.error {
            border-color: #ef4444;
            animation: shake 0.4s;
        }

        #contenedor #Verificacion.success {
            border-color: #10b981;
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-10px); }
            75% { transform: translateX(10px); }
        }

        #contenedor #Verificacion:disabled {
            background: #f3f4f6;
            cursor: not-allowed;
        }

        /* Mensaje de validación */
        #contenedor #mensaje-validacion {
            margin-top: 12px;
            font-size: 14px;
            font-weight: 500;
            min-height: 20px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        #contenedor #mensaje-validacion.error {
            color: #ef4444;
        }

        #contenedor #mensaje-validacion.success {
            color: #10b981;
        }

        /* Botones */
        #contenedor .button-group {
            display: flex;
            gap: 12px;
            margin-top: 25px;
        }

        #contenedor .btn {
            flex: 1;
            padding: 15px 24px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-family: inherit;
        }

        #contenedor .btn-secondary {
            background: white;
            color: #4b5563;
            border: 2px solid #d1d5db;
        }

        #contenedor .btn-secondary:hover {
            background: #f9fafb;
            border-color: #9ca3af;
        }

        #contenedor #Validar {
            background: linear-gradient(135deg, #1e3a8a, #1e40af);
            color: white;
            box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4);
        }

        #contenedor #Validar:hover:not(:disabled) {
            background: linear-gradient(135deg, #1e40af, #2563eb);
            box-shadow: 0 8px 25px rgba(30, 58, 138, 0.5);
            transform: translateY(-2px);
        }

        #contenedor #Validar:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        /* Nota informativa */
        #contenedor .popup-footer {
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid #e5e7eb;
            text-align: center;
        }

        #contenedor .footer-text {
            font-size: 13px;
            color: #6b7280;
        }

        /* Borde dorado inferior */
        #contenedor .popup-footer-border {
            height: 4px;
            background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
        }

        /* Responsive */
        @media (max-width: 640px) {
            #contenedor .popup-content {
                padding: 40px 25px 30px;
            }

            #contenedor .popup-title {
                font-size: 24px;
            }

            #contenedor .popup-subtitle {
                font-size: 14px;
            }

            #contenedor .button-group {
                flex-direction: column;
            }

            #contenedor .btn {
                width: 100%;
            }
        }/* End custom CSS */